1. 程式人生 > >React Native 與 原生互動

React Native 與 原生互動

React Native 與原生互動一般有三種方式,分別是Callback,Promise,RCTDeviceEventEmitter

import {
  AppRegistry,
  StyleSheet,
  Text,
  View,
  NativeModules
} from 'react-native';
//import NativeModules from 'react-native'

https://github.com/theLizhao/RN2NativeDemo