Alauddin Ahmed

Results 26 comments of Alauddin Ahmed

After production build, and open up my console and saw scripts are not found. So i edited index.html file. I edited all script src location to . And it solved...

@hama0511 use [recyclerlistview](https://github.com/Flipkart/recyclerlistview)

> renderAheadOffset Although It fixes the problem, but i think it is a bug. What if some list exceeded 2000 pixel! Then it will show blank again.

> you can add scrollEnabled: false in the scrollViewProps > > ``` > ... > scrollViewProps={{ > scrollEnabled: false > }} > /> > ``` Working for me.

Have you found any solution? My confirmation modal not showing after one successful purchase, even in development.

> same on my end.. any updates on this? Ended up changing this library

> > > same on my end.. any updates on this? > > > > > > Ended up changing this library > > can you share what you have...

@iamshadmirza so we will directly change this from node_modules package! (sorry i'm kinda new in react-native)

@lylest Open `android/app/build.gradle` file and add those lines: ``` project.ext.vectoricons = [ iconFontNames: ['MaterialIcons.ttf' ], ] apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" ``` If you want to use other Icons you can add...