UNPKG
drnaf
Version:
latest (1.0.12)
1.0.12
1.0.10
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
Dynamic React-Native Application Framework
bitbucket.org/devspiritmax/reactnative-drnaf-framework
drnaf
/
src
/
constants
/
ResponseTypes.js
12 lines
(9 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
types = {
NEW_PAGE
: {
NAME
:
'new-page'
, },
DIALOG
: {
NAME
:
'dialog'
, } }
export
{ types
as
ResponseTypes
};