Rocket13011

Results 7 comments of Rocket13011

Hello, Be careful a self in an override, I'm not sure swift likes that. just replace self by the class name ;)

For skia patch : ``` diff --git a/node_modules/@shopify/react-native-skia/cpp/rnskia/dom/base/DerivedNodeProp.h b/node_modules/@shopify/react-native-skia/cpp/rnskia/dom/base/DerivedNodeProp.h index 64b817e..3a9ecb4 100644 --- a/node_modules/@shopify/react-native-skia/cpp/rnskia/dom/base/DerivedNodeProp.h +++ b/node_modules/@shopify/react-native-skia/cpp/rnskia/dom/base/DerivedNodeProp.h @@ -72,7 +72,7 @@ public: Adds a property to the derived property child props....

Just change in manifest > apiversion: 2

Hello, i have the same problem. it comes from the fact that i changed my podFile to useFramework! > static this is mandatory if you use Firebase modules.

For jest add on setup file `jest.mock('react-native-date-picker', () => 'DatePicker');`

with this patch for 1.24.3, we protect the index and normally the crash you describe ;) ``` diff --git a/node_modules/react-native-maps/android/src/main/java/com/rnmaps/fabric/MapViewManager.java b/node_modules/react-native-maps/android/src/main/java/com/rnmaps/fabric/MapViewManager.java index bd16ddd..eab8786 100644 --- a/node_modules/react-native-maps/android/src/main/java/com/rnmaps/fabric/MapViewManager.java +++ b/node_modules/react-native-maps/android/src/main/java/com/rnmaps/fabric/MapViewManager.java @@ -317,12...