Nima Zarei

Results 13 issues of Nima Zarei

On line 4738, I believe the correct sentence would be "Do Not Set Theme" instead of "Do No Set Theme".

Fixed the "Require Cycle" Warning by modifying the implementation of component exports and React's Context API.

### bug report After upgrading to React Native 0.72.0, I get the `Failed to capture view snapshot` error. It worked on React Native 0.71.11 #### Version & Platform ```bash [email protected]...

For some weird reason scrolling is no longer possible on Android in React Native +0.71. The only way I was able to scroll was to set the `listMode` to `MODAL`...

bug

### Description I'm integrating [Moti](https://[moti.fyi](https://moti.fyi/)/) to handle animations and sometimes the animated components don't render. This happens totally at random and is only present in v3. The problem persists until...

Missing repro
Platform: Android
Platform: iOS
Needs review

While generating a release APK for Android 12, I'm getting this error: ``` > Task :voximplant_react-native-foreground-service:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for...

Fixed the `> Task :voximplant_react-native-foreground-service:verifyReleaseResources FAILED` Error while Generating Release APK

I'm trying to change the color of the notification from the default one to a custom one but there doesn't seem to be any way of doing that. ``` return...

I'm using this package with react-native-geolocation-service to track location similar to their [example](https://github.com/Agontuk/react-native-geolocation-service/blob/master/example/src/App.tsx) with the exception of starting the service in `useEffect`. The problem is that the foreground service never...