UNPKG
spencer-kit-project-templates
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
spencer kit project templates
github.com/pallyoung/spencer-kit
pallyoung/spencer-kit
spencer-kit-project-templates
/
templates
/
react_native
/
app
/
config.js
11 lines
(7 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
import
{
Theme
}
from
'react-native-improver'
;
import
BaseTheme
from
'./views/themes/BaseTheme'
;
import
{
NativeManager
}
from
'./native'
;
import
BuildConfig
from
'./BuildConfig'
;
//设置主题
Theme
.
setTheme
(
BaseTheme
);