Diogo Moreira

Results 5 comments of Diogo Moreira

Hey @FuYaoDe, this is a very useful PR, any plans to merge it?

Had the same issue after updating `react-native` from v0.72.6 to v.073.2. The only thing that prevented subsequent install pods steps from adding the same 3 lines again was to manually...

Those files got moved to another folder internally on RN 0.74. Here's patch with the fix: react-native-animateable-text+0.12.0.patch ```js diff --git a/node_modules/react-native-animateable-text/android/src/main/java/com/reactnativereanimatedtext/CustomLineHeightSpan.java b/node_modules/react-native-animateable-text/android/src/main/java/com/reactnativereanimatedtext/CustomLineHeightSpan.java index 2319176..d9f0be5 100644 --- a/node_modules/react-native-animateable-text/android/src/main/java/com/reactnativereanimatedtext/CustomLineHeightSpan.java +++ b/node_modules/react-native-animateable-text/android/src/main/java/com/reactnativereanimatedtext/CustomLineHeightSpan.java @@...

LGTM. This is needed for everyone running RN 0.74.