Tuan Nguyen

Results 37 comments of Tuan Nguyen

Same here (Mac) - I had updated the setting to download 1080p but no luck. Video course available to watch with 1080p resolution

I get same warning. ![simulator screen shot - iphone 6 - 2018-08-01 at 09 56 58](https://user-images.githubusercontent.com/3163410/43498527-855397c6-9571-11e8-9013-0748f9564ed3.png)

Could we pass one more parameter to `install.sh` beside authtoken? ie: ``` # for raspberry pi 64 bit ./install your_token_string arm64 # for any architecture ./install your_token_string architecture_alias ``` ![image](https://user-images.githubusercontent.com/3163410/95653971-d5e2b780-0b26-11eb-8ec2-a34000ad7f6a.png)

@bojie-liu I think the current behavior is to use babel to transform Typescript to ES5 and it won't affect the release? Correct me if i'm wrong.

@ndukachukz I having the same issue. Best solution at this time is to use Parse `version 3.4.0`

I have implement strength in Android years ago. This is reference: https://github.com/react-native-vietnam/react-native-network-state/blob/master/android/src/main/java/com/reactnativevietnam/RNNetworkModule.java#L118

Config frameworks like this `use_frameworks! :linkage => :static` and disable flipper`# :flipper_configuration => FlipperConfiguration.enabled,` works for me

@GrimDev This is mine ```ruby # iOS 14.5 # RNFBAnalytics: Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps $RNFirebaseAnalyticsWithoutAdIdSupport=true $RNFirebaseAsStaticFramework = true...

I have the same issue. Just following these step: ``` cd ios && pod deintegrate rm -rf Podfile.lock pod install ``` after that open in Xcode then clean & rebuild...