react-native-mask-text icon indicating copy to clipboard operation
react-native-mask-text copied to clipboard

Improve Contributing Experience

Open akinncar opened this issue 4 years ago • 0 comments

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

akinncar avatar Jun 08 '21 16:06 akinncar