This website works better with JavaScript.
Home
Explore
Help
Sign In
dslak
/
vds_quiz
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
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.
96
Commits
7
Branches
11
Tags
339 MiB
Tree:
1ebb040f15
develop
feature/admob
feature/font
feature/new_styles
feature/upgrade_sdk
feature/web
master
build_1.1.0
build_1.2.0
build_1.3.0
build_1.3.5
build_1.4.5
build_1.6.1
build_1.6.2
build_1.6.5
build_2.1.3
build_3.1.1
build_3.8.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1ebb040f15'
${ noResults }
vds_quiz
/
vds-app
/
babel.config.js
7 lines
107 B
Raw
Normal View
History
base application setup
6 years ago
module
.
exports
=
function
(
api
)
{
data integration complete
6 years ago
api
.
cache
(
true
)
;
base application setup
6 years ago
return
{
presets
:
[
'babel-preset-expo'
]
,
data integration complete
6 years ago
}
;
}
;