Revize b7014ba2
Přidáno uživatelem Schwobik před téměř 2 roky(ů)
babel.config.js | ||
---|---|---|
1 | 1 |
module.exports = function(api) { |
2 |
api.cache(true);
|
|
2 |
api.cache(false);
|
|
3 | 3 |
return { |
4 | 4 |
presets: ['babel-preset-expo'], |
5 |
plugins: ['react-native-reanimated/plugin'], |
|
5 | 6 |
}; |
6 | 7 |
}; |
Také k dispozici: Unified diff
Drawer navigation design template
re #10345