基于React Native 的练习项目

基于React Native 的练习项目

JavaScript 混合移动开发

详细介绍

StarTV (开发中,后期加入新东西敬请期待)

基于React Native 的练习项目,欢迎start

安装

  • 需要安装好npm和nodejs环境,搭建好React Native 参见中文官网

  • 版本问题:ReactNative 有的版本可能不太对,针对性的调整下

npm install

react-native run-ios 或 react-native run-android

 安装到指定的ios模拟器 react-native run-ios --simulator="iPhone X

重构后加入yarn  参考yarn使用

问题参照

react native 常见问题总结

平台适配

以下是操作效果

操作效果{240x360}

操作效果{240x360}

效果

![效果{240x360}](https://github.com/zcwfeng/StarTV/raw/master/screen/demo-2016 17-21-20.gif)

MIT License

Copyright (c) 2016 zcwfeng(David)

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.