Skip to content

ant design mobile(antd-mobile) and react native starter

Notifications You must be signed in to change notification settings

binhnd10/react-native-antd

 
 

Repository files navigation

react-native-antd

ant design mobile(antd-mobile) and react native starter

  1. react native version: 0.38.0
  2. ant design mobile(antd-mobile) version: 0.9.10
  > git clone [email protected]:smalltide/react-native-antd.git
  > cd react-native-antd
  > npm install
  > react-native run-ios
  > react-native run-android

OR

(Clean Project)

  > react-native init antd
  > cd antd
  > npm install --save antd-mobile react-dom
  > npm install --save-dev babel-plugin-import
  > revise .babelrc to https://github.com/smalltide/react-native-antd/blob/master/.babelrc 
  > react-native run-ios
  > react-native run-android

About

ant design mobile(antd-mobile) and react native starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • Objective-C 10.9%
  • Python 4.1%
  • Java 3.4%