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
f98393df
Commit
f98393df
authored
Oct 16, 2015
by
Gaëtan Renaudeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bundle examples with react-native 0.13-rc
parent
146b86d9
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
55 additions
and
52 deletions
+55
-52
Examples/AdvancedEffects/iOS/main.jsbundle
Examples/AdvancedEffects/iOS/main.jsbundle
+21
-21
Examples/AdvancedEffects/package.json
Examples/AdvancedEffects/package.json
+1
-1
Examples/Simple/index.ios.js
Examples/Simple/index.ios.js
+12
-9
Examples/Simple/package.json
Examples/Simple/package.json
+1
-1
Examples/Tests/iOS/main.jsbundle
Examples/Tests/iOS/main.jsbundle
+19
-19
Examples/Tests/package.json
Examples/Tests/package.json
+1
-1
No files found.
Examples/AdvancedEffects/iOS/main.jsbundle
View file @
f98393df
This diff is collapsed.
Click to expand it.
Examples/AdvancedEffects/package.json
View file @
f98393df
...
...
@@ -8,6 +8,6 @@
"dependencies"
:
{
"gl-react-native"
:
"file:../.."
,
"glsl-transitions"
:
"^2015.8.17"
,
"react-native"
:
"^0.1
2.0
"
"react-native"
:
"^0.1
3.0-rc
"
}
}
Examples/Simple/index.ios.js
View file @
f98393df
...
...
@@ -136,10 +136,14 @@ class Simple extends React.Component {
<
Text
style
=
{
styles
.
demoTitle
}
>
8
.
Blur
+
Hue
over
UI
<
/Text
>
<
View
style
=
{
styles
.
demo
}
>
<
Blur
<
HueRotate
hue
=
{
-
switch1
+
2
*
switch2
+
4
*
switch3
}
width
=
{
256
}
height
=
{
160
}
autoRedraw
eventsThrough
visibleContent
visibleContent
>
<
Blur
width
=
{
256
}
height
=
{
160
}
factor
=
{
factor
}
>
...
...
@@ -147,7 +151,6 @@ class Simple extends React.Component {
width
=
{
256
}
height
=
{
160
}
factor
=
{
factor
/
2
}
>
<
HueRotate
hue
=
{
-
switch1
+
2
*
switch2
+
4
*
switch3
}
>
<
View
style
=
{{
width
:
256
,
height
:
160
,
padding
:
10
}}
>
<
SliderIOS
style
=
{{
height
:
80
}}
...
...
@@ -162,9 +165,9 @@ class Simple extends React.Component {
<
ProgressViewIOS
progress
=
{
factor
}
style
=
{{
height
:
10
,
marginTop
:
8
,
flex
:
1
}}
/
>
<
/View
>
<
/HueRotate
>
<
/Blur
>
<
/Blur
>
<
/HueRotate
>
<
/View
>
<
Text
style
=
{
styles
.
demoTitle
}
>
9
.
Texture
from
array
<
/Text
>
...
...
Examples/Simple/package.json
View file @
f98393df
...
...
@@ -7,6 +7,6 @@
},
"dependencies"
:
{
"gl-react-native"
:
"file:../.."
,
"react-native"
:
"^0.1
2.0
"
"react-native"
:
"^0.1
3.0-rc
"
}
}
Examples/Tests/iOS/main.jsbundle
View file @
f98393df
This diff is collapsed.
Click to expand it.
Examples/Tests/package.json
View file @
f98393df
...
...
@@ -7,6 +7,6 @@
},
"dependencies"
:
{
"gl-react-native"
:
"file:../.."
,
"react-native"
:
"^0.1
2.0
"
"react-native"
:
"^0.1
3.0-rc
"
}
}
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