Szymon Rybczak

Results 38 comments of Szymon Rybczak

@satya164 I updated my code as you said, could you please look at it again?

This is fixed in https://github.com/satya164/react-native-tab-view/pull/1383 and it'll soon merged into `main` cc. @okwasniewski

@arisyo13 Can you please send some demo of that, not working for iOS or Android? The @azcarraga's solution with adding `contentContainerStyle={{ flexGrow: 1 }}` to `` seems to work.

As official React Native documentation says about [SafeAreaView](https://reactnative.dev/docs/safeareaview) - `It is currently only applicable to iOS devices with iOS version 11 or later.`, so it isn't any problem with `react-native-tab-view`,...

hey @pmadruga 👋 > I have a few updates and tweaks to do first How much work it require? Maybe we can do it directly in CLI? In the next...

> What would the upstream entail? Will the CLI do a direct reference to RNCP lib? I think we can merge in checks that are inside RNCP. And add information...

Hm, looks like the artifacts for Android are not published. Same for iOS side, where the latest version published is `0.202.0`, but the latest version released on is `0.204.0` ;(

> I am seeing `v0.201.0` available on [Maven central](https://central.sonatype.com/artifact/com.facebook.flipper/flipper/0.201.0) for Android. Still a very recent build. Yeah, but the `flipper-fresco-plugin` is still on [`0.182.0`](https://central.sonatype.com/artifact/com.facebook.flipper/flipper-fresco-plugin/0.182.0).

> Cc. @cortinico: I don't think we can bump Flipper: IIRC, the new version of Flipper requires an NDK we do not support yet. And we don't want to have...