-
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
1 parent
f518518
commit ac58668
Showing
1 changed file
with
30 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# @exactly/mobile | ||
|
||
## development | ||
|
||
### requirements | ||
|
||
- [bun](https://bun.sh/docs/installation) | ||
- react-native [dependencies per platform](https://reactnative.dev/docs/environment-setup?guide=native) | ||
|
||
### bun lockfile setup | ||
|
||
```shell | ||
git config --global diff.lockb.textconv bun | ||
git config --global diff.lockb.binary true | ||
``` | ||
|
||
### install | ||
|
||
```shell | ||
bun install | ||
``` | ||
|
||
### run | ||
|
||
```shell | ||
bun web # for web | ||
|
||
bun android # for native android app | ||
bun ios # for native ios app | ||
``` |