- React Native:
yarn install
- Backend:
cd backend && yarn install
- Program:
cd maius-event-manage && yarn install
- All current values are stored in private repo
maius-airdrop-secrets
- Copy
.env
frommaius-airdrop-secrets/backend
tobackend
folder - Copy
.env
frommaius-airdrop-secrets/frontend
to root folder
- Create file
keypair.secret.json
inkeypair
folder - Copy deploy keypair to
maius-event-manage/target/deploy
- All current values are stored in private repo
maius-airdrop-secrets
- Install pods:
cd ios && pod install
- Open workspace in Xcode:
open ios/MaiusEventManage.xcworkspace
- Run project in Xcode
- Open file
ios/MaiusAirdrop.xcodeproj/project.pbxproj
- Using code editor remove 2 below line:
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Assets.car",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Assets.car",
- Run app again & do not try pod install
Issue reference: https://github.com/mrousavy/react-native-google-nearby-messages
API URL, Solana Cluster configs are in src/Config/index.ts
file. You can change them to your own.