ANinja
ANinja
got the same issue
@JorgeMoralesLopez By installing react-native-view-overflow, I have solved this issue.
Does it works with AirbnbRating?
@elenitaex5 can you replace the function didFinishLaunchingWithOptions with the following mentioned [here](https://github.com/expo/expo/blob/main/templates/expo-template-bare-minimum/ios/HelloWorld/AppDelegate.mm) ``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"main"; // You can add your custom initial props...
I have the same issue, I'm looking forward to a workaround soon, in my case, our project is bare workflow.
I was able to reproduce this issue with a fresh project. The steps to reproduce 1. @react-native-community/cli@latest init AwesomeProject 2. Added @bugsnag/react-native 8.0.0 3. For Android, we can receive incoming...