soemarko

Results 20 comments of soemarko

Just got bit with this bug. You can check camera permission first before presenting the view controller ``` AVAuthorizationStatus authStatus = [AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeVideo]; if(authStatus == AVAuthorizationStatusAuthorized || authStatus == AVAuthorizationStatusNotDetermined)...

Yes, that did it! Thanks for the speedy response! ``` 2015-02-07 00:40:03.339 ORSSerialPortCocoaDemo[5743:1075470] t1=-1.0 t2=-1.0 power%=46 fan 2015-02-07 00:40:03.343 ORSSerialPortCocoaDemo[5743:1075470] =0 pots=474 2015-02-07 00:40:05.346 ORSSerialPortCocoaDemo[5743:1075470] (null) 2015-02-07 00:40:06.345 ORSSerialPortCocoaDemo[5743:1075470] (null)...

Any workaround for this? Can I just downgrade RN for now? Which version should I set it to?

Missing type definition? ``` Could not find a declaration file for module '@api.video/react-native-livestream'. '/Users/s/App/Livestream/node_modules/@api.video/react-native-livestream/lib/commonjs/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/api.video__react-native-livestream` if it exists or add a...

Gotcha, but the type definition is still missing?

Will anything bad happen if just install NativeBase with `--legacy-peer-deps`? Like encountering some weird edge cases that shouldn't have happened, etc.

any update? ~~Or a band-aid fix?~~ Edit: Turns out, `` has `onPress` prop and none of the issues.

> can you expand on that? Basically this `Here's a console.log('link tapped')}>link to click on`.