Migrating the base API URL for the react native example to an .env file.
This commit is contained in:
@@ -2,5 +2,6 @@ module.exports = function(api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ['babel-preset-expo'],
|
||||
plugins: [["module:react-native-dotenv"]],
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user