TowhidKashem
TowhidKashem
I'm on a expo managed workflow and using a custom config plugin to add this entry to my podfile: `$RNFirebaseAnalyticsWithoutAdIdSupport=true` and it results in failed builds: ``` ❌ error: Multiple...
Hi, I'm trying to use this on a React (not CRA) project using a custom webpack config. I implemented it as shown in the README but when I navigate to...
The following code: import Reanimated from 'react-native-reanimated'; const AnimatedSkottieView = Reanimated.createAnimatedComponent(Skottie); results in the following error: > Error: Argument appears to not be a ReactComponent. Keys: play,pause,reset Would be cool...
Normally when I need to get a service level access token from Google I need to make a request to google to swap the JWT with an access token. I...