diff --git a/.changeset/cold-rabbits-grin.md b/.changeset/cold-rabbits-grin.md new file mode 100644 index 00000000..61d687f4 --- /dev/null +++ b/.changeset/cold-rabbits-grin.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': patch +--- + +fix: make pressable items work when switching screens on new arch diff --git a/apps/example/src/Screens/Chat.tsx b/apps/example/src/Screens/Chat.tsx index 3f8b0db4..a975ac18 100644 --- a/apps/example/src/Screens/Chat.tsx +++ b/apps/example/src/Screens/Chat.tsx @@ -8,6 +8,8 @@ import { Text, TextInput, View, + Button, + Alert, } from 'react-native'; const MESSAGES = [ @@ -27,6 +29,7 @@ export function Chat({ behavior={Platform.OS === 'ios' ? 'padding' : 'height'} style={styles.container} > +