It is a case for Match company.
git clone https://github.com/devransimsek/MatchCase.git
cd MatchCase
npm i
yarn android
You can take local.properties error, you should create local.properties file in your android folder. Copy and paste this code, and change your android SDK path.
sdk.dir= your android sdk path
cd ios
pod install
cd ..
yarn ios
I suggest to you use Xcode to run the iOS app.