Open swaroopa94 opened 8 years ago
I got the same error. I am on ReactNative0.25.1. Thanks for any hints/fixes.
I got the same error. I am on ReactNative0.27.2. is it support android version???
@yorzi what solution worked for you???
The same error for 0.31
+1
Edit: nevermind, it is actually a syntax error. The .bind(this)
seems to be the cause of the error on this line:
ref: (indicator => {this.refs.indicator = indicator || this.refs.indicator}).bind(this)
Edit 2: looks like it's fixed in master, if you install from github. Just not published.
But now there are new problems if you're using RN v0.25.1+
+1
Any chance of a fixed release?
Same error with 0.39.2
+1
This functionality is built into react-native now. Maybe there's no need to use this any more.
Hi when iam trying to use this module iam getting a syntax error as shown below