Skip to content

Commit 2bbc512

Browse files
authored
refactor: migrate example app to use RNTA (#484)
init'd RNTA fix build step nit: improvement remove old example app last tweak
1 parent c99d905 commit 2bbc512

File tree

68 files changed

+3458
-3024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+3458
-3024
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ android.iml
4242

4343
# Cocoapods
4444
#
45-
example/ios/Pods
45+
*/ios/Pods
4646

4747
# Ruby
48-
example/vendor/
48+
*/vendor/
4949

5050
# node.js
5151
#

example/.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

example/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.binlog
2+
*.hprof
3+
*.xcworkspace/
4+
*.zip
5+
.DS_Store
6+
.gradle/
7+
.idea/
8+
.vs/
9+
Pods/
10+
build/
11+
dist/
12+
local.properties
13+
msbuild.binlog
14+
node_modules/

example/.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/.watchmanconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

example/Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

example/Gemfile.lock

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)