云资源ESR的React Native双平台版。
一个整合百度云盘上面的电影资源的应用。 通过查看此应用所拥有的电影资源,然后跳转该电影百度云盘播放和下载链接。
由于我没有开发者证书,所以你需要下面两步来预览yunziyuanESR_RN在iOS上的运行情况:
1、通过iOS App Store下载安装Expo app
2、在手机上通过Expo app扫描下面的二维码然后预览yunziyuanESR_RN
npm install
react-native run-ios
or react-native run-android
v2.0.2: android增加code push热更新(测试:当你安装上面的android版本后打开你会发现30秒左右热更新启动,标题会改变)
v2.0.0:增加右上角按钮点击显示版本信息功能。
v1.0.0:基本功能实现。
- 利用Platform判断平台然后利用codepush热更新APP
Copyright (c) 2017 abbenyyyyyy
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.