Cristhian Rivera

Results 12 comments of Cristhian Rivera

The solution to the error is found in the following link: [[Solution Here](https://savecode.net/code/none/style%2Fdevicecredentialhandlertheme%29+not+found.)] I copy the solution in case the link is lost: [YouAPP name/android/app/src/main/AndroidManifest.xml check the arrival name chage...

In my case I use SDk49 with "expo-notifications": "~0.20.1", in android it works very well, but in iOS it doesn't work, does anyone have an idea? It does not generate...

> > ``` > > const tokenResponse = await Notifications.getExpoPushTokenAsync({ > > projectId: Constants.expoConfig.extra.eas.projectId, > > }); > > ``` > > > > > > > > > >...

> I am trying an option with android, since with iOS I solve it with RNFirebase, however android is corrupted when using the @react-native-firebase/messaging library "and on android it worked...

> My app is still crashing on an Expo SDK 49 build on iOS. I'm using the following dependencies: > > `"react-native-maps": "2.0.0-beta.14` `"expo-location": "~16.1.0"` `"expo-updates": "~0.18.10"` > > and...

Do you have a solution for this error?

The problem is that these 2 babel libraries are deprecated for version 73 of RN and version 50 of Expo: metro-react-native-babel-preset, metro-react-native-babel-transformer

Hello, I just had the same problem, the solution was to remove `['module:@react-native/babel-preset', { "useTransformReactJSXExperimental": true }]]` after this you will have to verify some libraries, I recommend deleting the...

> Seeing the same thing. Started about a week or so ago with the get statement (we use axios) the response time is way down and will time out. manually...