mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
25bda5f5e0
* feat: update to expo 54 and create bare RN example * chore: update expo-example * chore: update package.json
10 lines
179 B
JavaScript
10 lines
179 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = {
|
|
dependencies: {
|
|
'uniwind': {
|
|
root: path.resolve(__dirname, '../../packages/uniwind'),
|
|
},
|
|
},
|
|
}
|