react-native-popover icon indicating copy to clipboard operation
react-native-popover copied to clipboard

Is the project still being maintained

Open npomfret opened this issue 8 years ago • 9 comments

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

npomfret avatar Sep 11 '16 11:09 npomfret

I also want to know

XHTeng avatar Oct 11 '16 09:10 XHTeng

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

robclouth avatar Oct 25 '16 17:10 robclouth

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

npomfret avatar Oct 26 '16 09:10 npomfret

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

5nyper avatar Jan 04 '17 02:01 5nyper

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 avatar Jan 04 '17 03:01 npomfret

@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

achtan avatar Jan 09 '17 16:01 achtan

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

npomfret avatar Jan 11 '17 18:01 npomfret

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

macrozone avatar Sep 01 '17 17:09 macrozone

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

baba43 avatar Mar 25 '18 18:03 baba43