Files
fressh/packages/react-native-uniffi-russh/react-native.config.js
2025-09-13 02:29:05 -04:00

10 lines
218 B
JavaScript

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