UNPKG
expo-triple-touch-reload
Version:
latest (0.1.1)
0.1.1
0.1.0
Add triple touch reload to Expo apps, with the deprecation of two finger reload
expo-triple-touch-reload
/
babel.config.js
7 lines
(6 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
api
) { api.
cache
(
true
);
return
{
presets
: [
'babel-preset-expo'
], }; };