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
342725b2d0ddaafef0fcb9c4990dccc06f937b50
342725b2d0ddaafef0fcb9c4990dccc06f937b50
Switch branch/tag
gl-react-native-v2
Examples
build.sh
Find file
Normal view
History
Permalink
build.sh
75 Bytes
Edit
Web IDE
Newer
Older
port examples to RN 0.11.0
Gaëtan Renaudeau
committed
Sep 17, 2015
1
2
3
for
ex
in
*
/
;
do
cd
$ex
;
adapt code to depeds on gl-react not anymore gl-react-core
Gaëtan Renaudeau
committed
Dec 02, 2015
4
5
rm
-rf
node_modules
;
npm i
;
port examples to RN 0.11.0
Gaëtan Renaudeau
committed
Sep 17, 2015
6
7
cd
..
;
done
;