Closed enieber closed 3 years ago
the code of app is open source:
You need to have react-native-paper
installed as explained in the first line here https://github.com/rescript-react-native/paper#installation
thanks, is necessary to add react-native-paper
version 3 because the new version of react-native-paper has an error when added.
Yeah you need to be careful of the version to match the bindings. Also maybe this package should be updated...
The problem
After create basic app with rescript-react-native I install this lib, but after compile the file
App.res
toApp.bs.js
is used the libreact-native-paper
but not found this lib and crash app.How to reproduce
Steps to reproduce:
Expected behavior
After compile lib the react-native find the react-native-paper or use the react-native-paper from bind rescript
Actual behavior
Crash app because no found react-native-paper lib.
Environment
libs install:
running in emulator android API_30