将响应本机支持至少15版的SDK?如果不是,我如何使用Android4.0上的本地应用程序?
我的应用程序用户现在可以使用旧手机(健康和医疗)。
发布于 2016-06-05 13:54:40
and本机支持API 16及更新版本。如果您需要API 15,则不能使用。
支持的操作系统是>= Android4.1 (API 16)和>= iOS 7.0。
https://github.com/facebook/react-native/blob/master/README.md
只有4.3%的android用户在运行4.0.x或更高版本的设备上。https://developer.android.com/about/dashboards/index.html
https://stackoverflow.com/questions/37630703
复制相似问题