Fernando Abdalla Oliveira Borges

Results 18 comments of Fernando Abdalla Oliveira Borges

Patch for @rneui/base I've implemented a patch for the @rneui/base package. [@rneui+base+4.0.0-rc.8.patch](https://github.com/react-native-elements/react-native-elements/files/14449399/%40rneui%2Bbase%2B4.0.0-rc.8.patch)

Issue Description On React Native 0.79.0 using react-native-maps@^1.23.8, the showsUserLocation={true} and showsMyLocationButton={false} only work after the app goes to background and returns to foreground. That means the blue dot does...

Issues with @rnmapbox/maps and React Native 0.79.0 I'm getting multiple warnings and errors when using **@rnmapbox/maps@^10.1.39** with **React Native 0.79.0**: ### Errors: `new NativeEventEmitter() was called with a non-null argument...

> To stop the error from occurring, you can add the property `newArchEnabled=false` in the `android/gradle.properties` file. > If you're using Expo, you can do this in the app.json file:...

Hi! I'm experiencing a build failure when using @rnmapbox/maps@^10.1.39 with [email protected]. The error occurs during the Kotlin compilation step: `> Task :rnmapbox_maps:compileDebugKotlin FAILED` ``` @rnmapbox/maps": "^10.1.39", "react-native": "0.80.0", ``` edit:...