Skip to content

Commit 96d1fa1

Browse files
JeremyDolleaum-tcm
andauthored
Improvments/v2 (#115)
Full refactoring of the boilerplate using latest RN and JS features and web documentation ! Co-authored-by: Arln <[email protected]> Co-authored-by: jeremydolle <[email protected]>
1 parent d797743 commit 96d1fa1

File tree

251 files changed

+17920
-5188
lines changed

Some content is hidden

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

251 files changed

+17920
-5188
lines changed

Diff for: .eslintignore

-4
This file was deleted.

Diff for: .eslintrc

-33
This file was deleted.

Diff for: .gitattributes

-43
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

-32
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.

Diff for: .gitignore

-43
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,6 @@
22
#
33
.DS_Store
44

5-
# Xcode
6-
#
7-
build/
8-
*.pbxuser
9-
!default.pbxuser
10-
*.mode1v3
11-
!default.mode1v3
12-
*.mode2v3
13-
!default.mode2v3
14-
*.perspectivev3
15-
!default.perspectivev3
16-
xcuserdata
17-
*.xccheckout
18-
*.moved-aside
19-
DerivedData
20-
*.hmap
21-
*.ipa
22-
*.xcuserstate
23-
245
# Android/IntelliJ
256
#
267
build/
@@ -31,29 +12,5 @@ local.properties
3112

3213
# node.js
3314
#
34-
node_modules/
3515
npm-debug.log
3616
yarn-error.log
37-
38-
# BUCK
39-
buck-out/
40-
\.buckd/
41-
*.keystore
42-
!debug.keystore
43-
44-
# fastlane
45-
#
46-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47-
# screenshots whenever they are needed.
48-
# For more information about the recommended setup visit:
49-
# https://docs.fastlane.tools/best-practices/source-control/
50-
51-
*/fastlane/report.xml
52-
*/fastlane/Preview.html
53-
*/fastlane/screenshots
54-
55-
# Bundle artifact
56-
*.jsbundle
57-
58-
# CocoaPods
59-
/ios/Pods/

Diff for: .gitlab-ci.yml

-16
This file was deleted.

Diff for: .prettierignore

-4
This file was deleted.

Diff for: .prettierrc

-16
This file was deleted.

Diff for: App/Assets/README.md

-1
This file was deleted.

Diff for: App/Components/README.md

-1
This file was deleted.

Diff for: App/Config/README.md

-25
This file was deleted.

Diff for: App/Config/index.dev.js

-3
This file was deleted.

Diff for: App/Config/index.production.js

-3
This file was deleted.

Diff for: App/Config/index.staging.js

-3
This file was deleted.

Diff for: App/Containers/DeepLinking/DeepLinkingScreen.js

-16
This file was deleted.

Diff for: App/Containers/Example/ExampleScreen.js

-73
This file was deleted.

Diff for: App/Containers/Example/ExampleScreenStyle.js

-32
This file was deleted.

0 commit comments

Comments
 (0)