This App is bootstrapped using expo
npm install3. Install nvm
Nvm is needed to locally link @livelike/javascript and install its dependencies.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bashAdd below lines in your .bashrc or .zshrc file
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvmCheck nvm available in CLI and install node v18.12.1
nvm install v18.12.1Inside cloned repo with proper checked out branch
cd release/javascriptThis globally links @livelike/javascript package
npm linkdependencies: {
"@livelike/javascript": "0.0.0",
}npm run link-api