react native chapter 1
2019-12-05 本文已影响0人
Alec_650e
A tutorial for using react native on mac.
There are two ways to use set up the react native.
No.1 Method:
This part is only for those pure JS users, but is not recommended
Expo :
'''
npm install -g expo
expo init <Your project Name>
'''