mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-28 02:18:01 -04:00
* cleanup and add toast package * fix screen container & use scrollview by default * more cleanup and toast api * now it works hmm * toasts
9 lines
219 B
JavaScript
9 lines
219 B
JavaScript
module.exports = {
|
|
extends: [require.resolve('./base.js'), require.resolve('./tailwind.js')],
|
|
env: {
|
|
'react-native/react-native': true
|
|
},
|
|
plugins: ['react-native'],
|
|
ignorePatterns: ['android', 'ios', '.expo']
|
|
};
|