UNPKG
@rneui/template
Version:
bleeding-edge (4.0.0-rc.1.bleeding-edge)
bleeding-edge-ts (4.0.0-rc.1.bleeding-edge-ts)
edge (4.0.0-rc.7.edge)
edge-ts (4.0.0-rc.3.edge-ts0)
latest (4.0.0-rc.7.stable-ts)
ts (4.0.0-rc.3.stable-ts0)
typescript (4.0.0-rc.1.stable-typescript)
4.0.0-rc.7.stable-ts
4.0.0-rc.7.stable
4.0.0-rc.7.edge-ts
4.0.0-rc.7.edge
4.0.0-rc.3.stable0
4.0.0-rc.3.stable-ts0
4.0.0-rc.3.stable-ts
4.0.0-rc.3.stable
4.0.0-rc.3.edge0
4.0.0-rc.3.edge-ts0
4.0.0-rc.3.edge-ts
4.0.0-rc.3.edge
4.0.0-rc.1.stable-typescript
4.0.0-rc.1.stable
4.0.0-rc.1.bleeding-edge-ts
4.0.0-rc.1.bleeding-edge
React Native Elements Expo Templates
@rneui/template
/
babel.config.js
7 lines
(6 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
api
) { api.
cache
(
true
);
return
{
presets
: [
'babel-preset-expo'
], }; };