Rakesh Merugu

Results 13 comments of 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.

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...

> 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...