Files
fressh/packages/react-native-uniffi-russh/react-native.config.js
2025-10-06 23:31:28 -04:00

10 lines
203 B
JavaScript

module.exports = {
dependency: {
platforms: {
android: { sourceDir: 'android' },
// add ios if you generate it later:
// ios: { project: 'ios/ReactNativeUniffiRussh.xcodeproj' },
},
},
};