aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

Sample project not runing #155

Closed vikramsinghrajpoot closed 2 years ago

vikramsinghrajpoot commented 2 years ago

Describe the bug After git clone npm install try to run app using npx react-native run-ios giving following error

Screenshot 2022-08-07 at 11 37 17 PM
georgezy-amzn commented 2 years ago

Hi @vikramsinghrajpoot,

I'm able to run the app. The error indicates Api.js is missing from ./src/utils/Api.js, please make sure the file is there with the correct file permission, and configured properly as instructed in README.

vikramsinghrajpoot commented 2 years ago

there is no change in path just i have downloaded and try to run

Screenshot 2022-08-08 at 10 09 32 PM

t

Screenshot 2022-08-08 at 10 19 29 PM
georgezy-amzn commented 2 years ago

how about the permissions?

georgezy-amzn commented 2 years ago

Please follow this step for iOS instead of using npx react-native run-ios, as instructed in README.