alz
alz
@VincentCATILLON Any update on the library? There are `Pull Requests` that are very useful waiting for you to merge. I'm also experiencing this slow performance on android. I had to...
@Simacho239 how do you do it when you only need to display in minutes? For example instead of **03:00:00** hours i want to display **180:00** minutes
Seriously? how can i fix this problem?
Same case here. I want the modalize to be on top of the statusBar as well. It can be easily done in `react-native Modal` using `statusbarTranslucent`. My device is android
go to folder `node_modules > react-native-raw-bottom-sheet > src > index.js` find and replace this code ``` {closeOnDragDown && ( {this.props.customDraggableIcon} {/* */} )} ``` then use it like this in...
Can you try this lib if the problem still exist? https://github.com/gabrieldonadel/rn-material-ui-textfield#readme
> https://github.com/habibridho/RNCollapsingToolbar I saw the article, i can see that the collapsing header is perfectly working fine in a single page component but i think if you do it in...
Sorry, it actually works for my devices i can run the application with no error or anything unfortunately when i try to scroll, the scrolling effect wont work on 4.4.4...
``` "dependencies": { "@expo/vector-icons": "^6.3.1", "axios": "^0.18.0", "firebase": "^5.0.3", "react": "16.3.1", "react-native": "~0.55.2", "react-native-nested-scroll-view": "^6.0.1", "react-native-progress": "^3.4.0", "react-native-responsive-dimensions": "^1.0.2", "react-native-swiper": "^1.5.13", "react-native-vector-icons": "^4.6.0", "react-navigation": "^2.0.1", "watchman": "^1.0.0" } ```
Any idea how to fix this?