Rakesh Merugu
Rakesh Merugu
Hi @EvanBacon, I have tested Expo SDK 50 with [email protected] and @config-plugins/[email protected], and it is working fine. I think it would be better if we update the compatibility table.
@Chirag-kalsariya Could you please share your `metro.config.js` ?
Just remove this lines from your `metro.config.js`. >// 3. Force Metro to resolve (sub)dependencies only from the `nodeModulesPaths` >config.resolver.disableHierarchicalLookup = true Try this `metro.config.js`. ```js const { getDefaultConfig } =...
@Simek I tried every combination of @link tag, but none of them worked. In each of the following cases, the `href` of the `setStringAsync` method in `setString`'s API definition is...
@Simek I think I have some idea, see if this works. If we use absolute URLs in type definitions, it will work with IDEs without any problem. After generating the...
still looking for the solution
> So as far as I can tell the issue is that both the webview and the KeyboardAvoidingView as trying to accommodate to handle the keyboard on iOS. For me...
@alanjhughes Could you please take a look at this ?