UNPKG

react-native-intent-launcher

Version:

call native function about intent in react-native android

8 lines (7 loc) 188 B
import { NativeModules } from 'react-native' import React from 'react' import IntentConstant from './IntentConstant' export default NativeModules.IntentLauncher export { IntentConstant }