Skip to content

Commit 0a9a12f

Browse files
author
Oscar Franco
committed
Clean up dependencies and get rid of the typeORM patch
1 parent ef05c17 commit 0a9a12f

8 files changed

Lines changed: 969 additions & 3235 deletions

File tree

example/babel.config.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
const path = require('path');
2-
const pak = require('../package.json');
3-
41
module.exports = {
52
presets: ['module:metro-react-native-babel-preset'],
63
plugins: [
74
'babel-plugin-transform-typescript-metadata',
85
['@babel/plugin-proposal-decorators', { legacy: true }],
9-
[
10-
'module-resolver',
11-
{
12-
alias: {
13-
[pak.name]: path.join(__dirname, '..', pak.source),
14-
},
15-
},
16-
],
176
],
187
};

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ target 'SequelExample' do
1111
:hermes_enabled => true
1212
)
1313

14-
pod 'react-native-quick-sqlite', :path => '../..'
14+
# pod 'react-native-quick-sqlite', :path => '../..'
1515

1616
post_install do |installer|
1717
react_native_post_install(installer)

0 commit comments

Comments
 (0)