Projekt

Obecné

Profil

Stáhnout (157 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 f2feda74 Schwobik
module.exports = function(api) {
2 b7014ba2 Schwobik
  api.cache(false);
3 f2feda74 Schwobik
  return {
4
    presets: ['babel-preset-expo'],
5 b7014ba2 Schwobik
    plugins: ['react-native-reanimated/plugin'],
6 f2feda74 Schwobik
  };
7
};