native 项目和 react-native 的区别
native 项目属于前端,运行于各种浏览器和webview中,
react-native 是基于react技术的封装,通过js bridge运行于ios和Android原生环境中,
创建项目的时候不一样
native 项目和 react-native 的区别
native 项目属于前端,运行于各种浏览器和webview中,
react-native 是基于react技术的封装,通过js bridge运行于ios和Android原生环境中,
创建项目的时候不一样