twilio / twilio-voice-react-native-app

Other
32 stars 15 forks source link

feat: add option to disable flipper #140

Closed mhuynh5757 closed 6 months ago

mhuynh5757 commented 6 months ago

Submission Checklist

Description

This PR adds an option during pod install such that you can disable Flipper. It can be used like so

NO_FLIPPER=1 pod install # this will disable flipper

If you want to use Flipper you can pod install as normal

pod install

Breakdown

Validation

Additional Notes

N/A

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.