Skip to content

Commit

Permalink
chore: remove old example and move code to the new example with react…
Browse files Browse the repository at this point in the history
…-native-test-app
  • Loading branch information
DorianMazur committed Aug 7, 2024
1 parent 99d7dde commit 66c5c99
Show file tree
Hide file tree
Showing 113 changed files with 3,538 additions and 13,120 deletions.
66 changes: 0 additions & 66 deletions .flowconfig

This file was deleted.

10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ buck-out/

# CocoaPods
ios/Pods/
KeychainExample/ios/Pods/
example/ios/Pods

# Logs
*.log
Expand All @@ -80,4 +80,10 @@ KeychainExample/ios/Pods/
!.yarn/versions

# React Native
.watchman-*
.watchman-*

# Turborepo
.turbo/

# Ruby
example/vendor/
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"trailingComma": "es5"
}
6 changes: 0 additions & 6 deletions KeychainExample/.buckconfig

This file was deleted.

2 changes: 0 additions & 2 deletions KeychainExample/.bundle/config

This file was deleted.

66 changes: 0 additions & 66 deletions KeychainExample/.flowconfig

This file was deleted.

63 changes: 0 additions & 63 deletions KeychainExample/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion KeychainExample/.ruby-version

This file was deleted.

2 changes: 0 additions & 2 deletions KeychainExample/.tool-versions

This file was deleted.

1 change: 0 additions & 1 deletion KeychainExample/.watchmanconfig

This file was deleted.

Loading

0 comments on commit 66c5c99

Please sign in to comment.