Skip to content

基于react-native、react-navigation、dva、typescript的快速框架

Notifications You must be signed in to change notification settings

sangoes/rn-dva-typescript-starter

Repository files navigation

rn-dva-typescript-starter

react

使用

1.安装 react-naitve rename (若已安装跳过此步骤)

yarn global add react-native-rename
or
npm install react-native-rename -g

2.克隆

git clone https://github.com/sangoes/taro-dva-typescript-starter.git

3.修改工程名

 mv taro-dva-typescript-starter newName

4.进入工程

cd newName

5.改名

react-native-rename <newName>

or
<此步骤只针对于Android改包名>
react-native-rename <newName> -b <bundleIdentifier>

Thanks