1 Star 0 Fork 0

mqycn / react-native-echarts-fix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-it.cmd 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
echo.
echo ============================================================================
echo new version: https://github.com/mqycn/react-native-echarts-fix
echo ============================================================================
echo.
echo Set Path %~dp0
cd /d %~dp0
set android-assets=..\android\app\src\main\assets\
set node_modules=..\node_modules\
echo.
echo Fix Native Echarts...
set echarts-path=native-echarts\src\components\Echarts\
echo.
echo Copying index.js...
copy %echarts-path%index.js %node_modules%%echarts-path%
if not exist %android-assets%echarts echo Create Folder assets\echarts ...
if not exist %android-assets% mkdir %android-assets%
if not exist %android-assets%echarts mkdir %android-assets%echarts
echo.
echo Copying tpl.html...
copy %node_modules%%echarts-path%tpl.html %android-assets%echarts
echo.
echo Fix finish, press any key to continue.
pause>nul
JavaScript
1
https://gitee.com/mqycn/react-native-echarts-fix.git
git@gitee.com:mqycn/react-native-echarts-fix.git
mqycn
react-native-echarts-fix
react-native-echarts-fix
master

搜索帮助