Stanisław Chmiela

Results 19 comments of Stanisław Chmiela

And how are you instantiating React Native in an App Extension?

That seems strange… do you import `unimodules-permissions-interface` anywhere in your code? Do you know if this has been fixed in newer versions of `react-native-unimodules` (I don't think we had similar...

Hey, since in SDK36 we've upgraded unimodules to RN 0.61, in general we can't ensure that they will work properly in older RN versions. Given that I would have recommended...

Most probably the size is decreasing, but only by small amounts — adding or removing one or two simple unimodules doesn't really make any big difference, how big could a...

Hey @tomascg2309! I'm sorry if you've got the wrong idea about unimodules, but to build native iOS apps you still need to have a Mac machine (and you've got Windows)....

Hey, sorry you're having trouble, could you please provide me with a screenshot of Xcode showing the error?

Hm… Could you please check whether there is a file under `ios/Pods/Headers/Public/React-Core/React/RCTImageLoader.h`? And if not… where in `ios/Pods` is it? 🤔

Unfortunately, we can't guarantee that all unimodules work against all iOS versions. We have previously decided to only support iOS 10+, given the usage statistics results. When it comes to...

Try removing the second argument from the constructor. The documentation hasn't been updated yet for the version you have installed (we will be releasing the new SDK shortly).