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.
110
Commits
7
Branches
11
Tags
339 MiB
Tree:
8f70efb104
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 '8f70efb104'
${ noResults }
vds_quiz
/
vds-app
/
babel.config.js
7 lines
103 B
Raw
Normal View
History
base application setup
6 years ago
module
.
exports
=
function
(
api
)
{
align expo and sdk version
5 years ago
api
.
cache
(
true
)
base application setup
6 years ago
return
{
align expo and sdk version
5 years ago
presets
:
[
'babel-preset-expo'
]
}
}