UNPKG
learn-template
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React Native Base Template
github.com/package-dev/learn-template
package-dev/learn-template
learn-template
/
template
/
src
/
api
/
stateApp.ts
8 lines
(7 loc)
•
170 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
enum
__APP__ {
SPLASH
=
'splash'
,
APP
=
'app'
,
AUTH
=
'auth'
,
MAINTAIN
=
'maintain'
}
export
type
AppName
=
'splash'
|
'app'
|
'auth'
|
'maintain'