UNPKG

expo-triple-touch-reload

Version:

Add triple touch reload to Expo apps, with the deprecation of two finger reload

7 lines (6 loc) 102 B
module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], }; };