Skip to content

Commit 995d5b8

Browse files
blakeffacebook-github-bot
authored andcommitted
Add an internal HelloWorld template
Summary: This is a copy of the current packages/react-native/template that we exclusively use internally for testing. Changelog: [Internal] NOTE: Best contribution would be to scan the file list and ensure there isn't anything that shouldn't be in there. bypass-github-export-checks Reviewed By: cortinico, cipolleschi Differential Revision: D56242484 fbshipit-source-id: 0913ff7acff9b0314b49f48e986674b77dbb908e
1 parent 05f0861 commit 995d5b8

Some content is hidden

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

62 files changed

+10604
-3
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ project.xcworkspace
4242
/packages/react-native/ReactAndroid/hermes-engine/.cxx/
4343
/packages/react-native/template/android/app/build/
4444
/packages/react-native/template/android/build/
45+
/packages/helloworld/android/app/build/
46+
/packages/helloworld/android/build/
4547
/packages/react-native-popup-menu-android/android/build/
4648
/packages/react-native-test-library/android/build/
4749

@@ -108,6 +110,7 @@ package-lock.json
108110
# Ruby Gems (Bundler)
109111
/packages/react-native/vendor
110112
/packages/react-native/template/vendor
113+
/packages/helloworld/vendor
111114
.ruby-version
112115
/**/.ruby-version
113116
vendor/
@@ -116,6 +119,9 @@ vendor/
116119
/packages/react-native/template/ios/build/
117120
/packages/react-native/template/ios/Pods/
118121
/packages/react-native/template/ios/Podfile.lock
122+
/packages/helloworld/ios/build/
123+
/packages/helloworld/ios/Pods/
124+
/packages/helloworld/ios/Podfile.lock
119125
/packages/rn-tester/Gemfile.lock
120126
/packages/**/RCTLegacyInteropComponents.mm
121127

0 commit comments

Comments
 (0)