Fawaz Ahmed

Results 20 comments of Fawaz Ahmed

@pandiarajanvp please upgrade to ver `2.3.1` Also it would be great if you can let us know if the issue is fixed. If not try passing prop: ``` wrapperStyle={{ width:...

@pandiarajanvp added a prop `seeMoreContainerStyleSecondary` to address your issue. Upgrade to ver 2.3.2. To explain further this doesn't addresses the issue, it's just a hack and may fail. The see...

@pandiarajanvp is the issue resolved?

Problem seems with css. Remove these properties from `style`, maybe you can move them to wrapperStyle: marginRight position Remove prop seeMoreContainerStyleSecondary ________________________________ From: pandiarajanvp ***@***.***> Sent: Sunday, February 13, 2022...

@pandiarajanvp I did some more debugging around this. This lib `ReadMore` does not supports any nested components other than `Text`. Please make sure you are not passing any nested components...

Closing due to inactivity

Hi @naor572 , I'd be glad to be of help. For that I need to see what's happening. Can you create a repo and reproduce this issue ? So that...

This worked for me, thanks @avasuro. Also I updated react-dom version : ``` "devDependencies": { "@types/react": "17.0.44", "@types/react-dom": "17.0.17", }, "overrides": { "@types/react": "17.0.44" }, "resolutions": { "@types/react": "17.0.44" }...

Here is my wrapper `KeyboardAvoidingDialog`, it uses `react-native-keyboard-spacer`. ``` // KeyboardAvoidingDialog.js import React, { memo, useState, useEffect } from 'react'; import { View } from 'react-native'; import { Dialog, Colors...

@frazahmedd got stuck with same issue, passing down temp fix. Worked for me! Using RN version `0.73.2` and react-native-google-mobile-ads version `12.10.0` with new architecture Update this file: `node_modules/react-native-google-mobile-ads/RNGoogleMobileAds.podspec` Copy contents...