tikkichan4

Results 8 comments of tikkichan4

My Workaround: new KeyboardInputPackage(this.getApplication()) Hope this help.

Same problem. But i am sure that i passed the current image uri to the createResizedImage(...)

`If I add the splash screen through LaunchScreen.xib then this library works like a charm. But if I add splash screen images in Images.xcassets then splash screen is not hiding.`...

Any workaround for this issue ? This is a important feature for me, and i have no idea how to solve this...

For me, both platforms are existing different problems : In IOS, adding selectable={true} or selectable is not working for selecting partially text In Android: adding selectable={true} or selectable is working...

@pausabe If you really want this and you dont have complex nested component in Text component. Just using TextInput instead of Text and pass editable={false} as the prop and set...

Just faced this problem too. And i found out that the requestAnimationFrame is not cancelled during component unmount. The warning should be fixed by the following code changes: (For ES5,...

Any fix for this problem ? i got the same issue in Android. UPDATE# Please edit MainActivity.java to extend ReactFragmentActivity instead of ReactActivity. react-native link react-native-actionsheet-native wont do this step...