meteor-react-native
meteor-react-native copied to clipboard
Meteor client for React Native matching Meteor Spec
We needs to implement pin login feature on our meteor application, we have able to do it from meteor web application. But from the react native app when I am...
Restructure how we handle the Tracker, instead of a global listen to any change make the listens happen on specific queries and collections. Also fixes some bugs where we would...
I was have been using the old repo before migrating to yours. This is an important issue worth reviewing https://github.com/inProgress-team/react-native-meteor/issues/301 The main benefit of this library is subscriptions. For large...
**Describe the bug** When we use the Collection.update method it is taking a string as the ID which updates it perfectly on the local but is not able to update...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
**Describe the bug** Even though I import enableVerbose, function can't be found **To Reproduce** Steps to reproduce the behavior: 1. import Meteor, { withTracker, enableVerbose } from '@meteorrn/core'; 2. call...
### Discussed in https://github.com/TheRealNate/meteor-react-native/discussions/88 Originally posted by **vforvasile** February 21, 2022 On the web side, we use **Meteor.connection._lastSessionId**. Any idea on how to get the connectionId with this library?
**Describe the bug** This error shows up when in a plain React web project: ``` Uncaught Error: Cannot find module 'react-native/Libraries/Renderer/shims/ReactNative' at webpackMissingModule (main.js:153692) at ./node_modules/@meteorrn/core/src/Data.js (main.js:153692) at Module.options.factory (main.js:489768)...
**Describe the bug** Unable to do a method call after resuming from the background after 10-15 mins. Meteor connection status(_meteor.status()=true_) is true. But no responsce from server. Can anyone help...
We should expose `EJSON` to the client, importing this package. **Describe the solution you'd like** Adding `EJSON` to the export in the main js file would allow clients to define...