react-native-mask-text
react-native-mask-text copied to clipboard
Improve Contributing Experience
Related: https://github.com/callstack/react-native-builder-bob/issues/177
We need to dynamic change main file of package.json depending on the environment. The case is that currently, we need to run yarn prepare on all changes to re-compile on development mode how you can see on CONTRIBUTING.MD
Our compiled build goes to lib/ folder and our source code is on src/ folder, but the main file on package.json only calls lib/folder.
See https://github.com/callstack/react-native-builder-bob/issues/177 to get more context Also: https://twitter.com/akinncar/status/1400468779318927361
Update
This issue is partially solved in #44 The next step is to allow example app to work with Web (now it is working only with Android and iOS).
- [X] iOS
- [X] Android
- [ ] Web