Commit Graph

12 Commits

Author SHA1 Message Date
Mars Lan
86dedf12e2 Add missing peer dependency in README (#329) 2020-01-18 08:14:35 -08:00
Mosh Feu
86c873079e code typo (#318) 2020-01-17 05:55:10 -08:00
Satyajit Sahoo
1c4879bfd4 chore: update README 2020-01-01 18:06:25 +01:00
Satyajit Sahoo
107e5909d6 fix: remove postinstall script 2019-12-18 21:33:55 +01:00
Satyajit Sahoo
8b11e4df0c chore: reuse the stack code from react navigation 5
The code for the stack is almost the same as v5, with the only differences being the types and the navigation object. To avoid making same changes in 2 places which error-prone, I decided to reuse the same code. Due to the differences, it's not possible to just use it as a dependency, so I followed this approach:
- Copy the source files on post install and apply patches to make it work with React Navigation 4
- When we need to make changes, we can make them in v5 repo and update the version here, most of the time it wouldn't need any extra work
- If we need to make v4 specific changes, we can change the code in vendor/ and then re-generate the patch with `yarn patch`
2019-12-10 15:22:12 +01:00
satyajit.happy
914d975cab chore: add npm badge 2019-10-06 04:46:03 +02:00
Maskedman99
eccea65c90 chore: add badge and command to install via npm (#244)
Added a MIT License badge and a command to install via npm in README.md
2019-10-06 08:13:43 +05:30
satyajit.happy
784d1ce3b5 docs: update documentation link 2019-08-31 13:12:55 +02:00
satyajit.happy
5039391dc5 docs: update development workflow. closes #133 2019-07-08 12:21:04 +02:00
satyajit.happy
ea37fd3139 chore: fix circleci badge 2019-05-07 23:21:47 +02:00
Brent Vatne
fe16928998 Add development workflow to README 2019-02-04 18:06:03 -08:00
Brent Vatne
b19c56a544 Initial commit 2018-08-03 14:59:12 -07:00