mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
10 lines
203 B
JavaScript
10 lines
203 B
JavaScript
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
android: { sourceDir: 'android' },
|
|
// add ios if you generate it later:
|
|
// ios: { project: 'ios/ReactNativeUniffiRussh.xcodeproj' },
|
|
},
|
|
},
|
|
};
|