// Exclude native build for packages not used in this project. // react-native-gesture-handler detects their absence and falls back to its // noreanimated codepath, so GestureHandlerRootView continues to work. module.exports = { dependencies: { 'react-native-reanimated': { platforms: { android: null }, }, 'react-native-worklets': { platforms: { android: null }, }, }, };