Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
legacy-peer-deps=true
# legacy-peer-deps=true
29 changes: 0 additions & 29 deletions apps/app-sandbox-rnative/.babelrc.js

This file was deleted.

25 changes: 25 additions & 0 deletions apps/app-sandbox-rnative/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/**
* Babel configuration for React Native
*/
module.exports = function (api) {
api.cache(true);

return {
presets: ['@react-native/babel-preset', 'nativewind/babel'],
plugins: [
[
'react-native-unistyles/plugin',
{
// pass root folder of your application
// all files under this folder will be processed by the Babel plugin
// if you need to include more folders, or customize discovery process
// check available babel options
root: 'src',
},
],
// React Native Reanimated plugin (must be last)
'react-native-reanimated/plugin',
'react-native-worklets/plugin',
],
};
};
15 changes: 0 additions & 15 deletions apps/app-sandbox-rnative/index.html

This file was deleted.

Loading
Loading