Skip to content

Simple Donations app, that works on both Android and iOS platforms.

Notifications You must be signed in to change notification settings

mak12/rn-donations-app

Repository files navigation

rn-donations-app

Simple Donations App

setup

Instal node modules using either yarn or npm

npm i

or

yarn

install pods using

cd ios; pod install; cd ..

or for m1 processors

cd ios; arch -x86_64 pod install; cd ..

running

For android run

npx react-native run-android

or for ios

npx react-native run-ios

#TODO's

  • general improvements