Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
stefan.stamenovic
/
diligent-react-native
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
2
Branchit
Puu:
dc42a97376
master
new-app
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'dc42a97376'
${ noResults }
diligent-react-native
/
babel.config.js
babel.config.js
107B
Raaka
Blame
Historia
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};