mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2025-12-18 07:04:29 +01:00
Add base project
Implement auth method
This commit is contained in:
18
example/metro.config.js
Normal file
18
example/metro.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
const path = require('path');
|
||||
const { getDefaultConfig } = require('@react-native/metro-config');
|
||||
const { getConfig } = require('react-native-builder-bob/metro-config');
|
||||
const pkg = require('../package.json');
|
||||
|
||||
const root = path.resolve(__dirname, '..');
|
||||
|
||||
/**
|
||||
* Metro configuration
|
||||
* https://facebook.github.io/metro/docs/configuration
|
||||
*
|
||||
* @type {import('metro-config').MetroConfig}
|
||||
*/
|
||||
module.exports = getConfig(getDefaultConfig(__dirname), {
|
||||
root,
|
||||
pkg,
|
||||
project: __dirname,
|
||||
});
|
||||
Reference in New Issue
Block a user