jeanregisser / react-native-popover

A <Popover /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the project still being maintained

npomfret opened this issue · comments

There haven't been any commits for a few months now. Is anyone working on this?

I also want to know

Not responding or merging pull requests so I guess not. Theres some forks that look promising.

@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)

line 339: https://github.com/agilityworks-uk/react-native-popover/blob/4074585cc9aded7aa28c2b8f614b6fe89cb5c442/Popover.js#L339

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...