Files
uni-stack__uniwind/apps/bare/react-native.config.js
Hubert Bieszczad 25bda5f5e0 feat: update to expo 54 and create bare RN example (#8)
* feat: update to expo 54 and create bare RN example

* chore: update expo-example

* chore: update package.json
2025-08-19 09:44:06 +02:00

10 lines
179 B
JavaScript

const path = require('path')
module.exports = {
dependencies: {
'uniwind': {
root: path.resolve(__dirname, '../../packages/uniwind'),
},
},
}