Skip to content

Commit 1934a78

Browse files
committed
feat: Upgrade to ionicons 7.4.0 + cleanup example folder
1 parent ea438ac commit 1934a78

1,431 files changed

Lines changed: 894 additions & 10361 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
node_modules/
1+
node_modules/
2+
src/Icons
3+
src/map.js
4+
mrkpatchaa-react-native-ionicons.tgz

.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example folder
2-
example/
2+
react-native-ionicons-example/
33

44
# Scripts
55
src/generate_icons.sh
@@ -9,4 +9,6 @@ test.sh
99
.github/
1010

1111
# Screenshots
12-
Screenshots/
12+
Screenshots/
13+
14+
mrkpatchaa-react-native-ionicons.tgz

example/.bundle/config

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

example/.eslintrc.js

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

example/.gitignore

Lines changed: 17 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,20 @@
1-
# OSX
2-
#
3-
.DS_Store
4-
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-
ios/.xcode.env.local
24-
25-
# Android/IntelliJ
26-
#
27-
build/
28-
.idea
29-
.gradle
30-
local.properties
31-
*.iml
32-
*.hprof
33-
.cxx/
34-
*.keystore
35-
!debug.keystore
36-
37-
# node.js
38-
#
391
node_modules/
40-
npm-debug.log
41-
yarn-error.log
42-
43-
# fastlane
44-
#
45-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
46-
# screenshots whenever they are needed.
47-
# For more information about the recommended setup visit:
48-
# https://docs.fastlane.tools/best-practices/source-control/
49-
50-
**/fastlane/report.xml
51-
**/fastlane/Preview.html
52-
**/fastlane/screenshots
53-
**/fastlane/test_output
54-
55-
# Bundle artifact
56-
*.jsbundle
57-
58-
# Ruby / CocoaPods
59-
/ios/Pods/
60-
/vendor/bundle/
2+
.expo/
3+
dist/
4+
npm-debug.*
5+
*.jks
6+
*.p8
7+
*.p12
8+
*.key
9+
*.mobileprovision
10+
*.orig.*
11+
web-build/
12+
13+
# macOS
14+
.DS_Store
6115

62-
# Temporary files created by Metro to check the health of the file watcher
63-
.metro-health-check*
16+
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
17+
# The following patterns were generated by expo-cli
6418

65-
# testing
66-
/coverage
19+
expo-env.d.ts
20+
# @end expo-cli

example/.prettierrc.js

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

example/.watchmanconfig

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

example/App.tsx

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

example/Gemfile

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

example/Gemfile.lock

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

0 commit comments

Comments
 (0)