Help in Setup steps
eheading opened this issue · 0 comments
eheading commented
I am new to react native and npm. I want to install a demo for my iPhone to try WebRTC. I would like to install this one : https://github.com/oney/RCTWebRTCDemo
However, I am very confused on the steps of setup, what I expected is to do the following steps, but it seems not worked.
- react-native init RCTWebRTCDemo --version 0.29.0
- npm install https://github.com/oney/RCTWebRTCDemo.git
- npm start
- Connect the iPhone device to Mac
- Open iOS folder/RCTWebRTCDemo.xcodeproj
- Run and build in Xcode
Could you please help on the correct steps? Many thanks.