Closed kkarmalkar closed 6 years ago
This is related to commit 767081ef8c242e30b08abe703d98deafc9e548f1
That fix a bug on iOS for a regression on Android. I'll try to send a PR tomorrow to fix the issue
Thanks @lecler-i ... let me know once issue is fixed and in which version it is fixed?
Hi @lecler-i, it will really helpful if this issue gets fixed as earliest, one of our app is going live on production and before that we want to fix issue observed. We appreciate your help.. Thanks..!!
@lecler-i - I am also facing this issue. It would be great if you could give a bug-fix ASAP. Thanking you in advance!
@kkarmalkar This issue happened to me too. My app works well on iOS but when I run on Android, it shows type error as below:
My versions:
"react": "^16.2.0", "react-native": "^0.53.3", "react-native-directed-scrollview": "^1.3.6"
Any solutions here?
@ChengHsuanLiu Same red screen I am also getting with same error message. I am still waiting for solution from @lecler-i , he is going to fix it
Hello,
Sorry i won't have the time right now, busy week...
Don't count on me for this, i will but when i find time to
Best is to revert on previous version that should be usable and without the issue
https://github.com/chrisfisher/react-native-directed-scrollview/index.js#L43
Try do this only on iOS, will prevent the crash on android (if (Platform.OS === 'ios')
)
Should do the job i think
On 03/12/2018 11:32 PM, kkarmalkar wrote:
@ChengHsuanLiu https://github.com/chenghsuanliu I am still waiting for solution from @lecler-i https://github.com/lecler-i , he is going to fix it
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chrisfisher/react-native-directed-scrollview/issues/31#issuecomment-372373986, or mute the thread https://github.com/notifications/unsubscribe-auth/ADKDU0lQmF8Z1LNUq5lsHSReX4LImkRfks5tdqMTgaJpZM4SjAdY.
Try 1.3.7
for @kevinsperrine's fix.
I have used scrollview given in sample app and when I run it on android it throwing below error:
com.facebook.react.bridge.NativeArgumentsParseException: TypeError: expected dynamic type
double', but had typenull' (constructing arguments for UIManager.dispatchViewManagerCommand at argument index 1)
"react": "^16.2.0", "react-native": "^0.49.5", "react-native-directed-scrollview": "^1.3.6",
Can anyone help me out.. please.!!