I have a question related to using native modules with react-native apps.
As described here it appears that application created with CRNA is not supposed to be used with native modules. Is it still true?
Recently I was able to integrate @shoutem/ui
module with my app created with CRNA (as far as I understand this is native module because it requires me to run react-native link command) and it was working just fine on my android and ios phones and ios simulator as well.
As this PR explains, using react-native link should display error message but I cannot observe it at all.
Has anything changed? This is really confusing. Or maybe my understanding of native modules in react-native is wrong?
If you've imported the fonts used in the toolkit (as described in this Github issue):
You shouldn't have issues using Shoutem UI toolkit components.
Fonts are linked into the app's binary and are therefore considered a native dependency.