-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.txt
39 lines (33 loc) · 1.86 KB
/
credits.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Listing various sites that helped me out with questions/etc..
# GIT
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
https://stackoverflow.com/questions/18801147/changing-the-git-remote-push-to-default
# AsyncStorage
https://facebook.github.io/react-native/docs/asyncstorage.html#methods
# General JS stuff i forgot for some reason lol
https://www.google.com/search?q=add+to+array&rlz=1C1CHBF_enUS696US696&oq=add+to+array&aqs=chrome..69i57j0l5.1555j0j4&sourceid=chrome&ie=UTF-8
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries
#other react stuff
https://reactnavigation.org/docs/navigators/tab
https://reactnavigation.org/docs/navigators/stack
https://reactjs.org/docs/react-component.html#componentdidupdate
#reactnative
https://stackoverflow.com/questions/39661905/how-to-get-values-which-are-in-textinput-when-button-is-click-in-reactnative
https://facebook.github.io/react-native/
https://stackoverflow.com/questions/35572084/how-to-realize-a-circle-image-button-with-react-native
#Tab Animation
https://github.com/react-community/react-navigation/issues/2202
https://github.com/react-native-community/react-native-tab-view/issues/173
# how to reset the stacknavigation
https://github.com/react-community/react-navigation/issues/2068
https://reactnavigation.org/docs/navigators/navigation-actions#Reset
# how to dismiss keyboard
https://stackoverflow.com/questions/29685421/react-native-hide-keyboard
# Color Pallette
http://www.colorhunt.co/c/98625
# react transform
https://facebook.github.io/react-vr/docs/3dcoordinates-and-transforms.html
# rotate Y axis for flip animation
https://www.webascender.com/blog/css-3d-card-flip-animation-tutorial/
# helped me see where my error was
https://stackoverflow.com/questions/46689550/react-native-transform-with-key-of-rotate-must-be-a-string-rotate0deg