Saadi

Results 15 comments of Saadi

> I have forked this and modify. > Now try `npm install https://github.com/javarahulsharma/react-native-material-textfield.git` will solve this issue. It gives many warning such as `'style' is invalid` ![Screenshot 2020-06-18 at 2...

> This works for me.. `import SplashScreen from 'react-native-splash-screen';` > > and then where restarting use splashscreen.show method > > `RNRestart.Restart(); SplashScreen.show();` `react-native-splash-screen` is not maintained. While there is another...

@Saad-Bashar , I solved the same issue by following steps. For multiline textinput, I wrap the input in view and add listen to `onLayout` change. As I get difference in...

Android 13 users facing this issue. ![Screenshot 2023-04-28 at 12 42 02 PM](https://user-images.githubusercontent.com/57723965/235085908-62138c84-6e9c-44b9-8d02-d13900d159a1.png)

> Hey @saadi-ninjasCode, could you please extract the specific code to the separated snack? @lukewalczak , Here is the link of the separated Snack. [React Native Paper Text Input](https://snack.expo.dev/@saad-ninjascore/react-native-paper-textinput) Furthermore,...

> I think the screen with TextInput's is overloaded and needs some optimization. Once I left there only eg 4 of them, there is no delay. Do you experience the...

> Hey @saadi-ninjasCode, could you please check whether the delay is visible using the latest version 5.2.0? I didn't notice any improvement in delay.

> how did you fix it ? I fixed it on my own. I made some changes to this library according to my need.

@FatmaMahmoud698 , @MGEisa96 , I Submit a PR. If you need any help here is the PR link https://github.com/siemiatj/react-native-modal-dropdown/pull/68

> Thanks @saadi-ninjasCode for the detailed issue. Could you please help me in some detailed step in how to replicate the issue? Yeah Sure, First of all, You can create...