Antoni Kucharczyk

Results 9 comments of Antoni Kucharczyk

Did some of you got a work around? I get the same error on xcode 14 and xcode 13.4. ![image](https://user-images.githubusercontent.com/25926746/194874510-952f371b-f0db-46da-986e-aa875501adb7.png)

@dannyhw https://github.com/akucharczyk/storybook-react-native

Just saw it, but I get on my actual app now `Object is not a constructor` ![image](https://user-images.githubusercontent.com/25926746/203985306-8894e889-b33d-4028-9ff0-ef969c47d0be.png) I will try to reproduce this in this repo

Where did I need to export them? I have my index.ts in the stories which loads all stories. stories/index.ts ```js import './BottomSheetCard.stories.tsx'; ... ``` index.ts ```js import { getStorybookUI, configure,...

@rodgomesc Thank you for sharing, I chose the same way and upgraded to 6.0.1-beta

We fixed it with `patch-package` and just upgraded the version in the `build.gradle` ```js diff --git a/node_modules/react-native-ssl-pinning/android/build.gradle b/node_modules/react-native-ssl-pinning/android/build.gradle index efb23b8..2fa38bd 100644 --- a/node_modules/react-native-ssl-pinning/android/build.gradle +++ b/node_modules/react-native-ssl-pinning/android/build.gradle @@ -5,7 +5,7 @@ buildscript...

@alvarogonzalez-packlink I fixed it in my forked branch and added Notification. There is currently no signed or build version uploaded, so you need this to build by your own on...