Bee Boop
Bee Boop
+1, this lib fading out works on Android (see `@android:anim/fade_out` in styles.xml) but not on iOS. Fade Prop: https://github.com/zoontek/react-native-bootsplash#hide Implementation of Fade on iOS: https://github.com/zoontek/react-native-bootsplash/blob/c070e86908a5a1b24d67874852cdd5ce5ddcc15d/ios/RNBootSplash.m#L98 ^ could recommend similar feature...
@christopherAReyes making a possible connection – the root cause could be related to my issue around scrolling activity on popover: https://github.com/doomsower/react-native-modal-popover/issues/80 i haven't dived into the source code and haven't...
Same Android build issue: `fatal error: 'boost/mpl/count.hpp' file not found` RN: 0.71.3 w/ new architecture react-native-gesture-handler: 2.9.0 react-native-reanimated: 3.0.2 Gradle Wrapper: 7.5.1 Android Gradle Plugin: 7.4.1 Update: Upgraded RN to...
@GudCode @depatchedmode did you guys ever figure this out? Encountering same.
> nice job, that solved my problem too. > > I add the command **WiFi.mode(WIFI_STA);** > > just before **if (client.connect(..................)) {** > > and it did the job. Now,...