jeanregisser / react-native-popover

A <Popover /> component for react-native
659 stars 177 forks source link

Is the project still being maintained #21

Open npomfret opened 8 years ago

npomfret commented 8 years ago

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

XHTeng commented 7 years ago

I also want to know

robclouth commented 7 years ago

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

npomfret commented 7 years ago

I'm using "@taw/react-native-popover": "git+https://github.com/agilityworks-uk/react-native-popover.git#release/2.2",

5nyper commented 7 years ago

@npomfret How much different is using that fork than this one? can't seem to get the popover to show using that fork

npomfret commented 7 years ago

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.

achtan commented 7 years ago

@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

npomfret commented 7 years ago

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

macrozone commented 7 years ago

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

baba43 commented 6 years ago

I'm using https://github.com/doomsower/react-native-modal-popover