Laurence Steven
Laurence Steven
Same issue here in debug mode on Android. Is not happening always.
I also have mocked: ``` jest.mock('react-native-shared-element', () => { return () => ({}); }); jest.mock('react-navigation-shared-element', () => { return () => ({ createSharedElementStackNavigator: jest.fn(), }); }); ```
Same issue here! Not triggered transition in navigation.goBack() call but transition is working when I press back button (device back button in android).
Same issue here!
It's okay, I'll fork. But the error basically occurs when importing the apollo server to the /imports/startup/server/index.js file, which in turn is imported from server/main.js I made sure to have...
@lorensr https://github.com/LaurenceM10/test-meteor-apollo/ I added the changes in server/server.js and it works but in my project it does not. The project I want to add apollo-server to is an existing meteor...
I also tried with: `"apollo-server-express": "^2.4.8"`
Ok. Thanks!
After install and link, start metro with `-- --reset-cache`. Is working for me.