Eyal Sinai

Results 9 comments of Eyal Sinai

There is now a solution for this problem in react-native-fs. Enabling access and copy content:// files -https://github.com/itinance/react-native-fs/pull/395

use: this.datePickerRef=ref} ... /> and from your element: onPress={() => this.datePickerRef.onPressDate()

use something like this: { if (typeof direction !== "undefined" && this.state) { this.setState({ activeRow: rowId }); if (this.state.previousTimeOut != null) clearTimeout(this.state.previousTimeOut); this.state.previousTimeOut = setTimeout( (() => { if (...

Hi @Assem-Hafez I solved it temporarily by changing all occurrences of gestureState.dx in dist\index.js, to: gestureState.dx*(_reactNative.I18nManager.isRTL?-1:1)

Seems like moving to react native 0.55.2 introduces this problem on iOS. Returning to 0.54.4 fixes the problem. Didn't find other solution yet. opened #262 for that.

Seems like moving to react native 0.55.2/0.55.3 introduces this problem on iOS. Returning to 0.54.4 fixes the problem. Didn't find other solution yet. opened #262 for that.

@pinguinjkeke can you plz share how exactly did you solve it?

on Android, I used textAlignVertical:'center', and textAlign:'center', for text component and it worked fine. For some reason it didn't work on iOS. Had to insert the text element in a...