Closed rexlow closed 7 years ago
@rexlow thanks for reporting the issue. I'll investigate it.
@jacklam718 Should you need any leads, here's my repo https://github.com/rexlow/Castle/blob/master/src/containers/tabContainers/AddExpenses.js
@rexlow Thank you!
@rexlow sorry I still have no idea why it doesn't work on android.
Any updates? I would really like to use this but I'm trying to stick to cross platform components as long as possible.
I get the following error on Android build:
error: bundling: ReferenceError: Unknown plugin "flow-react-proptypes" specified in "../mobile/node_modules/react-native-action-sheet-component/.babelrc.env.development" at 0, attempted to resolve relative to "../mobile/node_modules/react-native-action-sheet-component"
@stief510 Are you still getting that error? Just want to clarify.
@jacklam718 I had to do npm i babel-plugin-flow-react-proptypes
to my own package.json
@stief510 It So weird 🤔 I already declared that plugin as dev env and I already point to build version in package.json
https://github.com/jacklam718/react-native-action-sheet-component/blob/master/package.json#L5
@rexlow I've fixed the issue please install latest version.
Integrated in my app, works for iOS 10.2 but not on android