-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
17f4e76
commit 9f98975
Showing
11 changed files
with
3,347 additions
and
3,940 deletions.
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
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
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 |
---|---|---|
@@ -1,16 +1,23 @@ | ||
# Running the application | ||
|
||
First, install dependencies and run the `prebuild` command to generate the native files. | ||
1. From the plugin folder, install dependencies and build the plugin. | ||
|
||
```bash | ||
yarn install | ||
yarn build | ||
``` | ||
|
||
2. Install dependencies and run the `prebuild` command to generate the native files. | ||
|
||
```bash | ||
yarn install | ||
expo prebuild | ||
``` | ||
|
||
Then, run on your chosen platform: | ||
3. Run on your chosen platform: | ||
|
||
```bash | ||
expo run:ios | ||
yarn ios | ||
# or | ||
expo run:android | ||
yarn android | ||
``` |
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
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
Oops, something went wrong.