How to use the react-native-send-intent.openSMSApp function in react-native-send-intent

To help you get started, we’ve selected a few react-native-send-intent examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github celo-org / celo-monorepo / packages / mobile / src / invite / EnterInviteCode.tsx View on Github external
onPressOpenMessage = () => {
    if (Platform.OS === 'android') {
      SendIntentAndroid.openSMSApp()
    } else {
      navigateToURI('sms:')
    }
  }

react-native-send-intent

React Native Android module to use Android's Intent actions for send sms, text to shareable apps, open custom apps, make phone calls and etc

MIT
Latest version published 3 years ago

Package Health Score

51 / 100
Full package analysis