69 Commits

Author SHA1 Message Date
Norbert de Langen
c11c189d7e UPDATE everything (including eslint 4) 2017-07-25 11:20:08 +02:00
Tom Coleman
9b80a992cf Remove react dependency 2017-07-24 14:59:09 +10:00
Michael Shilman
0f8755c413 Reset storybook on startup?
@matt-oakes I’m not sure why I need to do this but I get a “URL
required” prop-types error unless I force `resetStorybook` in
`react-native-vanilla` example
2017-07-22 12:12:28 -07:00
Norbert de Langen
3862c99541 Merge branch 'master' into release/3.2
# Conflicts:
#	addons/actions/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	lerna.json
#	lib/cli/package.json
#	lib/ui/package.json
2017-07-20 09:23:47 +02:00
Norbert de Langen
9e0d929079 Merge branch 'master' into master 2017-07-19 23:58:51 +02:00
Norbert de Langen
9469f5da55 REVERT storyshots changes 2017-07-19 17:38:45 +02:00
Norbert de Langen
3c84722b54 Merge branch 'release/3.2' into storybook-native-ui 2017-07-19 10:31:00 +02:00
Norbert de Langen
9faced558e CI run jest in series && add dummy deploy 2017-07-19 10:11:23 +02:00
Norbert de Langen
cad2b8d419 export getStorybook from config 2017-07-19 08:21:47 +02:00
Julius Räihä
d25927a5fa Storyshots: framework option should override package dependency check 2017-07-18 14:56:25 +03:00
Norbert de Langen
15540df990 CHANGE indentation rule eslint (prettier) 2017-07-08 22:57:21 +02:00
Matt Oakes
86679ebe7c MVP version of the on device React Native UI
This is a combination of 10 commits.

- Add a basic implementation of the native UI for the storybook
- Fix the lint errors
- Add a param to turn the native UI on and off using the same package
- Correctly set the width of the story list
- Added a size selector for the different sized iPhone screens
- Show the selected story in bold
- Add some styling to the panels
- Removed the canvas size switcher
- Fix lint errors
- Shortened the long render item and header lines
2017-07-07 16:10:13 +01:00
Michael Shilman
b20e6f5091 Remove package-lock.json 2017-06-23 01:03:45 +10:00
Michael Shilman
e5041fa06a Add package-lock.json
Per discussion with @tmeasday 😉
2017-06-22 11:17:16 +10:00
Norbert de Langen
a48f958bcd FIX coverage by using jest projects over multiple npm scripts 2017-06-08 00:49:40 +02:00
Tom Coleman
4a5dfbdf9a Fixed linting errors 2017-06-07 22:24:54 +10:00
Tom Coleman
616a46dff3 Added more packages to deal with npm@5 2017-06-07 21:19:18 +10:00
Tom Coleman
8cef3d5c03 Separate out testing the RN app and the rest.
Although RN uses Jest for testing, it uses a Jest preset which messes with the environment. AFIACT it's not possible to selectively apply the environment to different tests so we just separate them.
2017-06-07 21:19:17 +10:00
Tom Coleman
fe2c868eec Added a vanilla React Native example app.
For #1012. Includes storyshots and the use of addon-options
2017-06-07 21:17:55 +10:00