Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is the project still under development? #310

Open
piotrfalba opened this issue Apr 20, 2018 · 15 comments
Open

[Question] Is the project still under development? #310

piotrfalba opened this issue Apr 20, 2018 · 15 comments
Labels

Comments

@piotrfalba
Copy link

piotrfalba commented Apr 20, 2018

I see that there are a lot of pull requests that are not merged or discussed.
It wouldn't be cool if the project just died :(

@piotrfalba piotrfalba changed the title [Question] Is the project still under development?? [Question] Is the project still under development? Apr 20, 2018
@Mokto
Copy link
Contributor

Mokto commented Apr 28, 2018

Hi @piotrfalba.

I can give access to any person willing to help contribute on the project.

@charpeni
Copy link
Collaborator

charpeni commented May 1, 2018

The project isn't dead, it's just hard to keep it synced with Meteor.

Feel free to help in pull requests or discussions, I'll be happy to merge reviewed PRs.

@ardatan
Copy link

ardatan commented Jul 10, 2018

Now, the official meteor client can be used on react-native w/ meteor-client-bundler. You don't need any 3rd party packages anymore. You can check out this boilerplate, and refactor your code by using official Meteor React integration library (meteor/react-meteor-data). By using this method, you can share the code between client and server.
If @inProgress-team would welcome and feel tired about keeping this project up-to-date with Meteor, they can share this repository in their README. Thanks!
We just updated this repository.
https://github.com/DAB0mB/ReactNativeMeteorBoilerplate

@jeffreyflynt
Copy link

@ardatan I am not understanding. We remove this package and install meteor-client-bundler? You state we don't need any 3rd party packages anymore. Is this assuming we were already using meteor-client-bundler?

@ardatan
Copy link

ardatan commented Jul 21, 2018

https://medium.com/@ardatan/connecting-react-native-and-meteor-w-o-any-3rd-party-library-in-2018-3e784d33acb0
@jeffreyflynt meteor-client-bundler is not a runtime package. It is a bundler package which bundles Meteor's own client packages such as react-meteor-data and minimongo (not 3rd party) in order to use with non-Meteor projects like React Native. If you see the repository and the blog post, you will understand better. So it is not something like you import in your projects.

@foysalit
Copy link

Hey @Mokto and @charpeni great work on the lib so far. I'd be more than happy to help out with the chores if you could give me access to the repo? do you have a slack or any other chatgroup to discuss stuff?

@lc3t35
Copy link

lc3t35 commented Mar 16, 2019

Hello, I think we face many issues that aren't fixed despite many PR submitted but not published. Maybe it is time to let new people handle the project and our beloved creators @Mokto and @charpeni have a deserved pause ?
I would like to know if @foysalit @elie222 @Pagebakers @kuserich (from https://gitter.im/react-native-meteor/Lobby) or someone else not listed would like to take the lead on this repo, or simply help to fix issues.
Thank you

@xvonabur
Copy link

Hello! I've forked react-native-meteor and updated its dependencies. Not exactly this original repo, but copleykj/react-native-meteor version.

I had to fork minimongo-cache also, because it's using very old lodash version. Anyway, here are my forks: https://github.com/xvonabur/react-native-meteor and https://github.com/xvonabur/minimongo-cache. I've also created temporary npm packages for them, so right now no vulnerabilities on npm install.

Just ping me if you need a PR to update dependencies for this repo.

@pisacode
Copy link

pisacode commented Jul 19, 2019

@ardatan great work, I have replaced react-native-meteor with the meteor client bundler on my existing app. It seems to work ok but every time I killed the app the logged-in user would be erased and had to log in again. Couldn't find a way to sustain the user.

@vforvasile
Copy link

any updates on this thread?

@adamgins
Copy link

We use it in production.

@lc3t35
Copy link

lc3t35 commented Nov 20, 2019

@adamgins did you update anything or fork the repo to include unmerged PR or patch it ?

@adamgins
Copy link

We had to fork it to handle some specific use cases relevant to our app.. and we patch that fork as needed.

@Diwei-Chen any additional info pls?

@lc3t35
Copy link

lc3t35 commented Nov 20, 2019

@adamgins is it this fork : Buzzy-Buzz@49938a9 ?

@foysalit
Copy link

I have contributed a couple of commits to @xvonabur 's fork and they recently merged it. might want to check that out @vforvasile I'm using that fork in production and can't complain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests