react-native-navigation-bottom-sheet icon indicating copy to clipboard operation
react-native-navigation-bottom-sheet copied to clipboard

Anyone using this library on iOS in Production?

Open parth-koshta opened this issue 2 years ago • 2 comments

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 avatar Mar 10 '22 18:03 parth-koshta

@parth-koshta it's crashing on ios

image

remotenode avatar May 11 '22 06:05 remotenode

@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 />)

pep108 avatar Jul 15 '22 13:07 pep108