mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2025-12-17 22:54:29 +01:00
Add base project
Implement auth method
This commit is contained in:
12
example/babel.config.js
Normal file
12
example/babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const path = require('path');
|
||||
const { getConfig } = require('react-native-builder-bob/babel-config');
|
||||
const pkg = require('../package.json');
|
||||
|
||||
const root = path.resolve(__dirname, '..');
|
||||
|
||||
module.exports = getConfig(
|
||||
{
|
||||
presets: ['module:@react-native/babel-preset'],
|
||||
},
|
||||
{ root, pkg }
|
||||
);
|
||||
Reference in New Issue
Block a user