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.
25
Commits
7
Branches
11
Tags
339 MiB
JavaScript
85.1%
CSS
12.5%
HTML
1.9%
PHP
0.5%
Tree:
e6ac9df672
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 'e6ac9df672'
${ noResults }
vds_quiz
/
vds-app
/
babel.config.js
6 lines
107 B
Raw
Blame
History
module
.
exports
=
function
(
api
)
{
api
.
cache
(
true
)
;
return
{
presets
:
[
'babel-preset-expo'
]
,
}
;
}
;
Reference in new issue