Skip to content

Commit

Permalink
add app example to try our the spinners and fix minor bug
Browse files Browse the repository at this point in the history
- Add Example app
- FingerprintSpinner background was black and set it to transparent
- SemipolarSpinner background was black and set it to transparent
- Update README.md
- Start using Yarn instead of NPM
  • Loading branch information
Mohammed Abdel Ra'ouf committed Jan 9, 2020
1 parent 761be47 commit 91cef9f
Show file tree
Hide file tree
Showing 76 changed files with 23,120 additions and 8,991 deletions.
3 changes: 3 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
; Ignore "BUCK" generated dirs
<PROJECT_ROOT>/\.buckd/

; Ignore "Example" app dirs
<PROJECT_ROOT>/Example/

; Ignore polyfills
<PROJECT_ROOT>/node_modules/react-native/Libraries/polyfills/.*

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,7 @@ hs_err_pid*

!/gradle/wrapper/gradle-wrapper.jar

### jest-junit ###
test-results/jest/*.xml

# End of https://www.gitignore.io/api/vim,buck,xcode,macos,fastlane,cocoapods,reactnative,webstorm+all,androidstudio,visualstudiocode
Loading

0 comments on commit 91cef9f

Please sign in to comment.