Skip to content

Commit 238749b

Browse files
Native example moved parent directory
1 parent d3b9ef5 commit 238749b

63 files changed

Lines changed: 79 additions & 4555 deletions

Some content is hidden

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

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"presets": ["es2015", "react"],
2+
"presets": ["es2015", "react", "react-native"],
33
"plugins": ["transform-remove-strict-mode"]
4-
}
4+
}

.gitignore

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,52 @@ coverage
1010
npm-debug.log*
1111
yarn-debug.log*
1212
yarn-error.log*
13-
dist
13+
dist
14+
15+
# -------- React Native -------- #
16+
17+
# Xcode
18+
#
19+
build/
20+
*.pbxuser
21+
!default.pbxuser
22+
*.mode1v3
23+
!default.mode1v3
24+
*.mode2v3
25+
!default.mode2v3
26+
*.perspectivev3
27+
!default.perspectivev3
28+
xcuserdata
29+
*.xccheckout
30+
*.moved-aside
31+
DerivedData
32+
*.hmap
33+
*.ipa
34+
*.xcuserstate
35+
project.xcworkspace
36+
37+
# Android/IntelliJ
38+
#
39+
build/
40+
.idea
41+
.gradle
42+
local.properties
43+
*.iml
44+
45+
# BUCK
46+
buck-out/
47+
\.buckd/
48+
*.keystore
49+
50+
# fastlane
51+
#
52+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
53+
# screenshots whenever they are needed.
54+
# For more information about the recommended setup visit:
55+
# https://docs.fastlane.tools/best-practices/source-control/
56+
57+
*/fastlane/report.xml
58+
*/fastlane/Preview.html
59+
*/fastlane/screenshots
60+
61+
# -------- React Native -------- #

.npmignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ coverage
99
.env
1010
npm-debug.log*
1111
yarn-debug.log*
12-
yarn-error.log*
12+
yarn-error.log*
13+
14+
# react-native
15+
/ios
16+
/android
17+
18+
# examples
19+
/example
20+
/example-native
21+
File renamed without changes.
File renamed without changes.
File renamed without changes.

example-native/android/app/src/main/assets/fonts/EvilIcons.ttf renamed to android/app/src/main/assets/fonts/EvilIcons.ttf

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)