GrassrootsMobileSurveyApp
GrassrootsMobileSurveyApp copied to clipboard
Warning in Expo 49.0
- react-native
- WARN (ADVICE) View #189 of type ABI49_0_0RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.
- react-native-navigation
- WARN Sending
onAnimatedValueUpdatewith no listeners registered.
- WARN Sending
- Tests
- App.test.js
- ~Warning: Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer. TypeError: _reactNative.Linking.removeEventListener is not a function~
- ~Warning: An update to ForwardRef inside a test was not wrapped in act(...).~
- ~It is recommended to use userEvent with fake timers~
- App.test.js
- Remove the shadow in
newSurveyButtonfixes the first issue