We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zulip
Learn more about funding links in repositories.
Report abuse
1 parent 83964b8 commit 0fb4de6Copy full SHA for 0fb4de6
android/app/build.gradle
@@ -226,15 +226,6 @@ dependencies {
226
// For animated GIF support:
227
implementation "com.facebook.fresco:animated-gif:${rnProperties.get('FRESCO_VERSION')}"
228
229
- // Workaround for facebook/react-native#32735; see
230
- // https://github.com/facebook/react-native/issues/32735#issue-1077061487
231
- // TODO(react-native-68): Remove; fixed in facebook/react-native@f45889ef9
232
- implementation('com.facebook.soloader:soloader:0.10.3') {
233
- version {
234
- strictly '0.10.3'
235
- }
236
237
-
238
// ----------------------------------------
239
// Dependencies from RN upstream, in the template app
240
0 commit comments