gogo
gogo
This is kind of stupid but took me hours to figure out... ``` plugins: [ [ 'module-resolver', { root: ['./src'], extensions: ['.js', 'jsx', '.ts', '.tsx', '.json'], }, ], ], ```...
same here as @Manikandan92
@ptelad can we merge this?
This issue was really difficult to figure out (and was very frustrating). I guess this is some incompatibility issue with old react-native `fetch` implementation with the latest swr. Or maybe...
In my case, I was on react-native: 0.66.1, and I guess the latest version of react-native-web-view is not compatible with old react-native version. Downgrading to 11 version worked as @khanhtn91...
Hi @jamalex Can it be merged?
@appcenter-fte Can you please check this one ? This issue is blocking android builds from receiving codepush updates.
FTR, I made it work in android referencing below official example with custom font: 1. make custom xml to cover all fonts: https://github.com/facebook/react-native/blob/main/packages/rn-tester/android/app/src/main/res/font/rubik.xml 2. register in main application's onCreate: https://github.com/facebook/react-native/blob/main/packages/rn-tester/android/app/src/main/java/com/facebook/react/uiapp/RNTesterApplication.kt#L121