This is a Close fork of twilio/twilio-voice-react-native. The Close mobile app uses it as a git dependency. We do not publish it to npm.
These parts of upstream are removed:
- the test app
- the documentation and the API report tooling
- the release tooling
- CI and GitHub files
src/— TypeScript sourceandroid/,ios/— native codelib/— build output. It is committed.constants/,scripts/— code generation
Edit the files in android/ or ios/. Then build and test the change inside
the Close mobile app.
- Edit the files in
src/. - Run
yarn prepare. - Commit the changed files in
lib/.
The app uses lib/. A change in src/ has no effect until you rebuild lib/.
- After a change in
constants/constants.src, runyarn build:constants. - After a change in
scripts/errors.js, runyarn build:errors.
Commit the generated files.
Run all the checks:
yarn check:allOr run one check:
yarn check:type
yarn check:lint
yarn test