Nick Morgan
Nick Morgan
@mrousavy I'm unable to replicate on `main`. I replaced your `App.tsx` with code from the app I submitted to replicate: ```typescript import * as React from 'react'; import { StyleSheet,...
After spinning up a fresh app with the following: https://reactnative.dev/docs/environment-setup#start-a-new-react-native-project-with-expo I'm using `yarn` version `3.4.1` from `corepack`. I'm able to run `yarn test` with passing tests while also having `reactotron-react-native`...
So, I think I know where I went wrong. I made the assumption that you would have a model for every content type inside of Contentful. In that assumption, I...
@davidpett Thanks for doing that. I'll take a look.
I finally got some time to dive into this and try to find a solution to this issue. Here are a couple of things that I have noticed; let me...
@bretmorris Just so I can get a test case from a data stand point for this. You have a page content type with a many reference to multiple entries with...
@patrick99e99 Since you are using Rails, in your `config/environments/test.rb` add: ``` ruby Rails.application.configure do #... all your other stuffs config.middleware.delete Rack::ETag end ``` You'll see in your test debug output...
@joshuayoes anything else we want to do here?
@lindboe I have validated this with Expo apps on my devices, simulator, and emulator for both iOS and Android. I also validated this on device Android and iOS simulator with...
@joshuayoes I went full regex based on our conversation on Friday.