GrassrootsMobileSurveyApp icon indicating copy to clipboard operation
GrassrootsMobileSurveyApp copied to clipboard

Warning in Expo 49.0

Open shunkosa opened this issue 2 years ago • 1 comments

  • 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 onAnimatedValueUpdate with no listeners registered.
  • 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~

shunkosa avatar Nov 01 '23 04:11 shunkosa

  • Remove the shadow in newSurveyButton fixes the first issue

shunkosa avatar Feb 29 '24 12:02 shunkosa