You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (135 commits)
Ignore errors in the testflight upload process
use the correct path to report-network-problem
Remove trailing spaces for prettier
Rename FilterView to FilterViewComponent
Pass entire title to filter navigation
Make the caller provide the entire title
Interpolate the navigation title
Rearrange streaming view tabs
Nix todo section in favor of contributing
Link the bug/general and bug/layout labels
Remove touch-id and 3d-touch notes
Item title for navigation
Prop type for nav title
Menu name title as prop in fancy-menu
Title to filterview navigation options
fix(package): update react-native-google-analytics-bridge to version 5.3.1
chore(package): update js-yaml to version 3.10.0
add shouldComponentUpdate and setStateFromProps to BuildingHoursRow
remove unneeded Column component from BuildingHoursRow
switch method of defining props on BuildingHoursRow
...
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,8 @@ The Calendar won't work until you give it a Google Calendar API key. You should
22
22
1. Create a copy of the `.env.sample.js` file and rename it to `.env.js`
23
23
2. Insert your API key in place of the `key goes here` text
24
24
25
-
## Todo
26
-
* Bugs! All bugs should have the [`bug`](https://github.com/StoDevX/AAO-React-Native/issues?q=is%3Aopen+is%3Aissue+label%3Abug) label in the issues
25
+
## Contributing
26
+
* Bugs! All bugs should have the [`bug/general`](https://github.com/StoDevX/AAO-React-Native/labels/bug%2Fgeneral) or [`bug/layout`](https://github.com/StoDevX/AAO-React-Native/labels/bug%2Flayout) label in the issues
27
27
* Enhancements! All ideas for improvement that are not being worked on should be [`closed` and labelled as `discussion`](https://github.com/StoDevX/AAO-React-Native/issues?utf8=%E2%9C%93&q=is%3Aclosed%20is%3Aissue%20label%3Astatus%2Fdiscussion)
28
-
*[3D touch actions](https://github.com/jordanbyron/react-native-quick-actions) for icon and within
29
-
*[Touch-ID](https://github.com/naoufal/react-native-touch-id) for SIS
30
28
31
-
## Contributing
32
-
Please see [CONTRIBUTING](CONTRIBUTING.md)
29
+
For full information, see [CONTRIBUTING](CONTRIBUTING.md)
0 commit comments