David Akpan
David Akpan
> Found the solution! You have to wrap the screen which use shareElement in it before you add it to Tab.Navigator Like this: `const StackElement2 = createSharedElementStackNavigator(); const HomeScreen1 =()=>(...
> Found the solution! You have to wrap the screen which use shareElement in it before you add it to Tab.Navigator Like this: `const StackElement2 = createSharedElementStackNavigator(); const HomeScreen1 =()=>(...
Hi guys, @jspizziri @puckey, just to confirm speculation, I noticed recently that buffering triggers a pause, could be as a result of the issues you've noticed and probable cause of...
Hi guys, this just came up on my crashlytics too. Anything close to a solution in the works? Exception java.lang.NullPointerException: at java.util.Objects.requireNonNull (Objects.java:220) at com.reactnativecommunity.blurview.BlurViewManagerImpl.createViewInstance
You can try my fork in the mean time. Full support for the new arch on iOS and android. Compatible with RN v0.76.6. Haven’t tested with lower or higher. You...
Sorry for the late reply. I’ll send you the setup in a minute. On Wed, 2 Apr 2025 at 18:08, Abdul Ragib ***@***.***> wrote: > You can try my fork...
Quite a hack but follow closely now. Firstly clone my fork in the same folder as your project. **Not in the root of your project pls**. In the clone, checkout...
No need to add to deps in your project's `package.json`.
Hi @RainPlays09 , unfortunately I don’t run an expo project and haven’t explored that compatibility.
@mycloudvip Made it compliant on android only with this fork (RN 0.76.6): [https://github.com/praisedavid787/react-native-track-player/tree/feat/turbomodule](url).