Improve ios related tips on README

This commit is contained in:
Tiago Jacobs
2022-02-13 10:18:39 -03:00
parent e8c38b950f
commit ad82b0d0a4

View File

@@ -67,5 +67,12 @@ npx react-native run-ios --configuration Release --device "iPhone de TDJ"
To change native code, you can run this command:
```sh
open ios/BigBlueButton.xcodeproj
open ios/BigBlueButton.xcworkspace
```
## References
### IOS
- [Screen broadcast - replay kit 2](https://developer.apple.com/videos/play/wwdc2018/601/)
- [Logs](https://developer.apple.com/videos/play/wwdc2020/10168/)