FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rescript-react-native.github.io/sidebars.js at src · rescript-react-native/rescript-react-native.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rescript-react-native
/
rescript-react-native.github.io
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
13
Star
13
Code
Issues
7
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
rescript-react-native.github.io
/
sidebars.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
161 lines (161 loc) · 3.6 KB
Breadcrumbs
rescript-react-native.github.io
/
sidebars.js
Copy path
File metadata and controls
161 lines (161 loc) · 3.6 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
module
.
exports
=
{
docs
:
[
{
type
:
"category"
,
label
:
"Docs"
,
items
:
[
"index"
,
"install"
,
"usage"
,
"example"
,
"cheatsheet"
]
,
}
,
]
,
api
:
{
APIs
:
[
"apis"
,
"accessibilityinfo"
,
"actionsheetios"
,
"alert"
,
"animated"
,
"animationframe"
,
"appregistry"
,
"appstate"
,
"backhandler"
,
"dimensions"
,
"easing"
,
"event"
,
"global"
,
"interactionmanager"
,
"keyboard"
,
"layoutanimation"
,
"linking"
,
"packager"
,
"panresponder"
,
"permissionsandroid"
,
"pixelratio"
,
"platform"
,
"platformcolor"
,
"settings"
,
"share"
,
"style"
,
"stylesheet"
,
"toastandroid"
,
"vibration"
,
// "accessibilityinfo",
// "alert",
// "animated",
// "animatedvalue",
// "animatedvaluexy",
// "appearance",
// "appregistry",
// "appstate",
// "devsettings",
// "dimensions",
// "easing",
// "interactionmanager",
// "keyboard",
// "layoutanimation",
// "linking",
// "panresponder",
// "pixelratio",
// "platform",
// "platformcolor",
// "share",
// "stylesheet",
// "systrace",
// "transforms",
// "vibration",
// {
// type: "category",
// label: "Hooks",
// collapsed: false,
// items: ["usecolorscheme", "usewindowdimensions"],
// },
// {
// type: "category",
// label: "Android APIs",
// collapsed: false,
// items: ["backhandler", "permissionsandroid", "toastandroid"],
// },
// {
// type: "category",
// label: "iOS APIs",
// collapsed: false,
// items: ["actionsheetios", "dynamiccolorios", "settings"],
// },
]
,
}
,
components
:
{
Components
:
[
"components"
,
"activityindicator"
,
"button"
,
"drawerlayoutandroid"
,
"flatlist"
,
"image"
,
"imagebackground"
,
"inputaccessoryview"
,
"keyboardavoidingview"
,
"maskedviewios"
,
"modal"
,
"pressable"
,
"refreshcontrol"
,
"safeareaview"
,
"scrollview"
,
"sectionlist"
,
"statusbar"
,
"switch"
,
"text"
,
"textinput"
,
"touchablehighlight"
,
"touchablenativefeedback"
,
"touchableopacity"
,
"touchablewithoutfeedback"
,
"view"
,
"virtualizedlist"
,
// "components-and-apis",
// "activityindicator",
// "button",
// "flatlist",
// "image",
// "imagebackground",
// "keyboardavoidingview",
// "modal",
// "pressable",
// "refreshcontrol",
// "scrollview",
// "sectionlist",
// "statusbar",
// "switch",
// "text",
// "textinput",
// "touchablehighlight",
// "touchableopacity",
// "touchablewithoutfeedback",
// "view",
// "virtualizedlist",
// {
// type: "category",
// label: "Android Components",
// collapsed: false,
// items: ["drawerlayoutandroid", "touchablenativefeedback"],
// },
// {
// type: "category",
// label: "iOS Components",
// collapsed: false,
// items: ["inputaccessoryview", "safeareaview"],
// },
]
,
// Props: [
// "image-style-props",
// "layout-props",
// "shadow-props",
// "text-style-props",
// "view-style-props",
// ],
// "Object Types": [
// "layoutevent",
// "pressevent",
// "react-node",
// "rect",
// "viewtoken",
// ],
}
,
}
;
Back
|
FazBrowse Home
|
New Git URL