Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gl-react-native-v2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
gl-react-native-v2
Commits
a863fe5c
Commit
a863fe5c
authored
Oct 01, 2015
by
Gaëtan Renaudeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Simple example #8
parent
5594cc33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Examples/Simple/index.ios.js
Examples/Simple/index.ios.js
+7
-1
No files found.
Examples/Simple/index.ios.js
View file @
a863fe5c
...
@@ -134,11 +134,12 @@ class Simple extends React.Component {
...
@@ -134,11 +134,12 @@ class Simple extends React.Component {
<
/View
>
<
/View
>
<
Text
style
=
{
styles
.
demoTitle
}
>
8
.
Blur
(
2
-
pass
)
over
UI
<
/Text
>
<
Text
style
=
{
styles
.
demoTitle
}
>
8
.
Blur
+
Hue
over
UI
<
/Text
>
<
View
style
=
{
styles
.
demo
}
>
<
View
style
=
{
styles
.
demo
}
>
<
Blur
<
Blur
autoRedraw
autoRedraw
eventsThrough
eventsThrough
visibleContent
width
=
{
256
}
width
=
{
256
}
height
=
{
160
}
height
=
{
160
}
factor
=
{
factor
}
>
factor
=
{
factor
}
>
...
@@ -166,6 +167,11 @@ class Simple extends React.Component {
...
@@ -166,6 +167,11 @@ class Simple extends React.Component {
<
/Blur
>
<
/Blur
>
<
/View
>
<
/View
>
<
Text
style
=
{
styles
.
demoTitle
}
>
9
.
Texture
from
array
<
/Text
>
<
View
style
=
{
styles
.
demo
}
>
<
Text
>
Not
Supported
Yet
<
/Text
>
<
/View
>
<
/View
>
<
/View
>
<
/ScrollView>
;
<
/ScrollView>
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment