UNPKG

@sqliteai/todoapp

Version:

An Expo template for building apps with the SQLite CloudSync extension

17 lines (16 loc) 295 B
module.exports = function (api) { api.cache(false); return { presets: ["babel-preset-expo"], plugins: [ "react-native-paper/babel", [ "module:react-native-dotenv", { moduleName: "@env", path: ".env", }, ], ], }; };