Commit Graph

68 Commits

Author SHA1 Message Date
Roman Volosovskyi 49696d5530
restore version 0.7.0 2019-02-25 13:55:04 +02:00
Brent Vatne d9d56cec16 Release 1.0.10 2019-02-13 20:46:06 -08:00
Brent Vatne 62e8b95da8 Release 1.0.9 2019-02-13 20:40:22 -08:00
Brent Vatne 755ce445e4 Release 1.0.8 2019-02-05 09:06:04 -08:00
Brent Vatne fcde2bec71 Release 1.0.7 2019-02-04 16:36:21 -08:00
Brent Vatne 49362f36a1 Update example to SDK32 2019-01-16 21:37:06 -08:00
Brent Vatne 7d13e7b713 Release 1.0.6 2018-12-19 10:24:05 -08:00
Brent Vatne 2ed5a11c7b Release 1.0.5 2018-12-19 10:03:07 -08:00
Eric Vicenti cc9b5e2442 Upgrade react-native, react, jest 2018-12-12 08:24:41 -08:00
Brent Vatne 177ca217c9 Release 1.0.4 2018-11-30 12:48:46 -08:00
Brent Vatne 1c32b935b8 Release 1.0.3 2018-11-30 12:08:16 -08:00
Brent Vatne 18c8af3e1b Release 1.0.2 2018-11-30 11:54:37 -08:00
Brent Vatne 50dd7225df Release 1.0.1 2018-11-17 09:19:31 +07:00
Brent Vatne 2b321fce33 Release 1.0.0 2018-11-17 09:01:09 +07:00
Brent Vatne 72914657c4 Release 1.0.0-alpha.34 2018-11-07 16:49:15 -08:00
Brent Vatne 0dd6f8f2c0 Release 1.0.0-alpha.33 2018-11-05 14:23:24 -08:00
Brent Vatne 6d612681a1 Release 1.0.0-alpha.32 2018-11-03 20:03:49 -07:00
Brent Vatne 6af088d46b Release 1.0.0-alpha.31 2018-11-03 14:14:10 -07:00
Brent Vatne 5e742d65b5 Release 1.0.0-alpha.30 2018-10-31 19:24:01 -07:00
Brent Vatne 86450c09ce Release 1.0.0-alpha.29 2018-10-31 15:48:56 -07:00
Brent Vatne 7261d62233 Wrap list in SafeAreaView 2018-10-31 15:21:07 -07:00
Brent Vatne 0e302b3cea Release 1.0.0-alpha.27 2018-10-30 13:21:58 -07:00
Brent Vatne a9f6d467d2 Bump version 2018-10-30 12:44:11 -07:00
Eric Vicenti 3be642e05a chore: release 1.0.0-alpha.25 2018-10-29 20:06:24 -07:00
Eric Vicenti 2ab9da9ae4 update deps for testing 2018-10-29 20:00:58 -07:00
Brent Vatne 1aa8ca38d5 Release 1.0.0-alpha.24 2018-10-26 09:34:11 -07:00
Brent Vatne 5153bea0c1 Release 1.0.0-alpha.23 2018-10-26 09:30:15 -07:00
Brent Vatne bf4b25e54b Release 1.0.0-alpha.22 2018-10-17 15:27:00 -07:00
Brent Vatne 3078002f82 Bump version 2018-10-17 13:15:36 -07:00
Brent Vatne d5be6307f2 Bump version 2018-10-17 13:11:01 -07:00
Brent Vatne d56dbd64eb Release 1.0.0-alpha.19 2018-10-16 21:08:36 -07:00
Brent Vatne 5336c2c91a Move to core/native peerDependencies and update example to use stack at root 2018-10-16 19:58:21 -07:00
Brent Vatne bce373b15f Bump version again 2018-10-15 13:19:33 -07:00
Brent Vatne d47fd3227f Bump version 2018-10-15 13:19:09 -07:00
Eric Vicenti a69a4e3c04 Release utility 2018-10-15 11:57:46 -07:00
Brent Vatne 6b3c2edf58 Depend on core and native 2018-10-12 11:25:12 -07:00
Brent Vatne 8b7723d329 Release 1.0.0-alpha.14 2018-10-11 16:22:59 -07:00
Brent Vatne a8991529de Use react-native-gesture-handler's PanGestureHandler instead of PanResponder 2018-10-10 13:53:02 -07:00
Brent Vatne 106f1e74db
Merge pull request #24 from react-navigation/@ericvicenti/allfiles
Export all files from npm package
2018-10-01 13:30:45 -07:00
Eric Vicenti e1b59077e9
Update package.json 2018-09-26 15:21:28 -07:00
Eric Vicenti 436f2bb95a
Update package.json 2018-09-26 15:21:08 -07:00
Brent Vatne a380437f35
Merge pull request #28 from janicduplessis/transparent-card
Add transparentCard option to fix cards with a transparent bg when using screens
2018-09-24 13:32:16 -07:00
Brent Vatne 6189822835 Vendor clamp and fix lint errors / jest snapshots 2018-09-24 13:12:08 -07:00
Janic Duplessis 3a4dfadc52 Add transparentCard option to fix cards with a transparent bg when using screens 2018-09-24 15:11:34 -04:00
Brent Vatne 79e0a47095
Merge branch 'master' into missing-dep 2018-09-24 09:41:07 -07:00
Brent Vatne e367f4cbba Move react-native-screens to peerDependency 2018-09-19 16:36:26 -07:00
Brandon Bayer 4617e7d1ed add missing clamp dependency 2018-09-17 16:33:58 -04:00
Eric Vicenti 8be65b0ff4
Add explicit main file for react-native
Metro will compile all source files, so we should avoid using dist to support source maps in people's apps. This key provides an explicit reference for metro to follow for react native, while keeping the main entry point for potential web consumption.
2018-09-16 09:17:10 -07:00
Eric Vicenti a8f492cdcd
Update package.json 2018-09-16 09:14:41 -07:00
Brent Vatne 3f4d038b50 Release 0.5.1 2018-09-14 15:27:58 +02:00