react-native-navigation-bottom-sheet
react-native-navigation-bottom-sheet copied to clipboard
Anyone using this library on iOS in Production?
Hi there, Is there anyone who's using this library on iOS in production? Since the maintainer of this library has developed it on Android, it would be helpful if anyone can confirm this works fine on iOS too?
@parth-koshta it's crashing on ios
@remotenode I had the same problem, but it was with the react-native-navigation library. Adding this to the App.js file solved the problem
AppRegistry.registerComponent('AppName', () => () => <View />)