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

Implement blurEffect for new arch

Open janicduplessis opened this issue 2 months ago • 3 comments

Description

Implements blurEffect header config for new arch.

Changes

I kept this super simple and used string for codegen so we can simply reuse the RCTConvert implementation.

Test code and steps to reproduce

Tested that header blur now works in an app with new arch enabled.

Checklist

  • [ ] Included code example that can be used to test this change
  • [x] Updated TS types
  • [x] Updated documentation:
    • [x] https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md
    • [x] https://github.com/software-mansion/react-native-screens/blob/main/native-stack/README.md
    • [x] https://github.com/software-mansion/react-native-screens/blob/main/src/types.tsx
    • [x] https://github.com/software-mansion/react-native-screens/blob/main/src/native-stack/types.tsx
  • [x] Ensured that CI passes

janicduplessis avatar Jun 24 '24 05:06 janicduplessis