ModulesDemo
初步介绍React Native开发中Android,iOS原生组件封装方法,让JavaScript进行调用
Install / Use
/learn @jiangqqlmj/ModulesDemoREADME
NativeModules1
初步介绍React Native开发中Android,iOS原生组件封装方法,让JavaScript进行调用
####Android配置安装 1.clone项目 </br> 2.切换到主项目然后npm install</br> 3.react-native start 或者 react-native run-android 运行项目
###iOS配置安装 1.clone项目</br> 2.切换到主项目然后npm install</br> 3.最好使用xcode打开ios项目 然后xcode run项目即可
###运行效果图 <img src="https://github.com/jiangqqlmj/ModulesDemo/blob/master/react_native_ios_texing_1.gif"/> </br> <img src="https://github.com/jiangqqlmj/ModulesDemo/blob/master/react_native_ios_texing_2.gif"/>
