FARSER APP powered by React Native FARSER APP 由 React Native 强力驱动
if you are in android, please config you own environment
- install
brew
, go to brew homepage to down it. - install
node
.
- if you had installed the brew, run
brew install node
- but I really recommend installing the nvm, and then run
nvm install node && nvm alias default node
. To do these, you had installed node.
- Moreover, if you in China, I suggested you had better to install the
npm registry manager
. Runnpm install -g nrm
andnrm use taobao
to exchange to the taobao registry. About nrm, more info in here.
- react-native-vector-icons, so you had better to config it with its docs.And if you are in mac, do as following:
sudo npm install rnpm -g
rnpm link
git clone https://github.com/futurefeeling/FARSER.git
cd FARSER && npm install
npm start