react-native-screens
react-native-screens copied to clipboard
WIP: Follow up on #1523 (SearchBar API)
Description
This PR is a follow up to #1523 adding code for new React Native architecture.
Issues:
- [ ] It seems to me that native commands are not fully supported yet on Fabric
Changes
Test code and steps to reproduce
Added Test1097 in FabricTestExample.
Checklist
- [x] Included code example that can be used to test this change
- [ ] Updated TS types
- [ ] Updated documentation:
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/native-stack/README.md
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/types.tsx
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/native-stack/types.tsx
- [ ] Ensured that CI passes