forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ Manual smoke tests are included in `apps/native-component-list`, this is a good | |
## 📦 Download and Setup | ||
|
||
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device. (`git remote add upstream [email protected]:expo/expo.git` 😉) | ||
1. Ensure [direnv](https://direnv.net/) is installed on your computer. | ||
1. Run the setup script with: `npm run setup:native` (if you just want to contribute to the docs, you can run `npm run setup:docs`). This command does the following for you: | ||
|
||
<!-- TODO(Bacon): Split this into 2 scripts so people can contribute to docs without installing React Native --> | ||
|
||
- Downloads submodules (like `react-native`) with `git submodule update --init` | ||
- Fetches files with [_git lfs_](https://git-lfs.github.com), which we use for big native libraries like Google Mobile Vision. Note: you must have `git lfs` already installed. | ||
- Ensures [direnv](https://direnv.net/) is installed | ||
- Ensures Yarn is installed | ||
- Ensures your computer is set up for React Native (will install the Android NDK if it's not present) | ||
- Downloads the Node packages (`yarn install`) | ||
|