Marius Catanoiu
Marius Catanoiu
For me is working for android on v0.2.6 with androidRenderingMode='software' as a prop. no issue on iOS
Complementary to this, I would add a condition for Dynamic Island height. So, this should be the needs. ``` /index.js || (dimen.height === 852 || dimen.width === 852) || (dimen.height...
Hey. if you have errors like this: ld: warning: Could not find auto-linked library 'swiftFoundation' ld: warning: Could not find auto-linked library 'swiftDarwin' ld: warning: Could not find auto-linked library...
> I install react-native-zendesk like in readme wrote and try RNZendesk.initialize but RNZendesk is undefined. I found > > ``` > var RNZendesk = react_native_1.NativeModules.RNZendesk; > // MARK: - Initialization...
@romreed I have the same error now. But my version is 10.0. Is working for you?
@romreed not really. but Thanks!
In my case I removed `use_modular_headers!` from podfile and that fixed the issue for me. I needed use_modular_headers for firebase, but I changed the fix there. I added `:modular_headers =>...
This worked for me: - I removed `node_modules` - yarn install - pod install - run ``` watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf...
> This is TS2307. @kacluk123 it's good practice to include the error code, not just the text. > > Anybody know how to fix it? > > @MariusCatanoiu can you...
> Hi, Will that happen for those devices that have battery saving enabled on Android? If that's the case just in developer mode, it can be ignored now as we...