This website works better with JavaScript.
Explore
Help
Register
Sign In
kenan
/
rn-app
Watch
1
Star
0
Fork
You've already forked rn-app
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.
15
Commits
1
Branch
0
Tags
19 MiB
TypeScript
98.8%
JavaScript
1.2%
Tree:
54bf84b19b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '54bf84b19b'
${ noResults }
rn-app
/
constants
/
theme.ts
6 lines
97 B
Raw
Blame
History
// theme enum
export
enum
ThemeEnum
{
LIGHT
=
'light'
,
DARK
=
'dark'
,
ORANGE
=
'orange'
,
}
Reference in new issue
Copy Permalink