From ac586682baf3a30c274862a1d1df3f78eebb9784 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Fri, 24 Nov 2023 16:32:30 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..0ac7bbfde --- /dev/null +++ b/README.md @@ -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 +```