Tuan Nguyen
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. 
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 ``` 
@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...