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

Meteor client for React Native matching Meteor Spec

Results 33 meteor-react-native issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, To fix a problem of performance, I plan to implemente the load balancing and auto scalling options of AWS; How to serve SERVER_URL as variable depending of the server...

Steps to reproduce : 1. Run your app. 2. While app is working suddenly a white screen appears. React Native and MeteorRN versions: ``` "react": "16.13.1", "react-native": "0.63.4", "react-native-meteor-upgraded": "^1.4.1"...

We have our application built using react native(version 0.63) and meteor(version 2.5). for connection we are using @meteorrn/core. But these are the issues that we have been facing very frequently:...

bug

**Is your feature request related to a problem? Please describe.** In meteor exists some packages to do **Meteor.loginWithFacebook()** or **Meteor.loginWithGoogle()** and the OAuth configuration is saved in _meteor_accounts_loginServiceConfiguration_ collection of...

help wanted
new feature
Feature: Accounts
new companion package
no-issue-activity
2.2.0

Failure to call Meteor.Connect throws a ambiguous error (this.ddp.on is not a function)

bug

**Is your feature request related to a problem? Please describe.** Missing Mongo.ObjectID function.

help wanted
new feature
Next Minor Release

When reconnecting to the server the order of events is Meteor.status().connected == true Meteor.loggingIn() == true Meteor.loggingIn() == false Meteor.user() gets set When I would expect Meteor.status().connected == true Meteor.loggingIn()...

bug
help wanted
Feature: Accounts
2.1.1

In [`src/Data.js`](https://github.com/TheRealNate/meteor-react-native/blob/8f3e040b986c4402f808ec51466d36967fa70f0f/src/Data.js#L9), the batched updates feature is being used from ReactNative's shims. This dependency needs to be removed to make the package work without native (e.g. for `react-native-web`)

help wanted
deprecated api upgrade
2.1.1