Open npomfret opened 8 years ago
I also want to know
Not responding or merging pull requests so I guess not. Theres some forks that look promising.
I'm using "@taw/react-native-popover": "git+https://github.com/agilityworks-uk/react-native-popover.git#release/2.2",
@npomfret How much different is using that fork than this one? can't seem to get the popover to show using that fork
I don't really understand your question. Can could diff the repos, or look at the commit history if you want to see what's changed.
@npomfret hi im using "@taw/react-native-popover": "git+https://github.com/agilityworks-uk/react-native-popover.git#release/2.3",
but on app build i get error:
ERROR in ./~/@taw/react-native-popover/Popover.js
Module parse failed: /Users/admin/sites/staffino/customer-apps-react/node_modules/@taw/react-native-popover/Popover.js Unexpected token (286:39)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (286:39)
on the line 286 is componentWillReceiveProps(nextProps:any) {
after editing that line to: componentWillReceiveProps(nextProps) {
next error appear:
ERROR in ./~/@taw/react-native-popover/Popover.js
Module parse failed: /Users/admin/sites/staffino/customer-apps-react/node_modules/@taw/react-native-popover/Popover.js Unexpected token (339:16)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (339:16)
I'm using "@taw/react-native-popover": "git+https://github.com/agilityworks-uk/react-native-popover.git#release/2.2",
which is working for me
i tried to ping the guys at agilityworks-uk to publish it public on npm (it seems to be published privatly, sadly). Let's see...
There haven't been any commits for a few months now. Is anyone working on this?