-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODY-293 Introduce Storybook and add MainCard #11
Conversation
ce94a4a
to
77fe0ea
Compare
module.exports = config; | ||
defaultConfig.resolver.resolverMainFields.unshift('sbmodern'); | ||
|
||
module.exports = defaultConfig; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"format:fix": "prettier --write .", | ||
"storybook-generate": "sb-rn-get-stories", | ||
"storybook-watch": "sb-rn-watcher", | ||
"storybook": "sb-rn-get-stories && STORYBOOK_ENABLED='true' expo start" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignItems: 'center', | ||
justifyContent: 'center', | ||
borderTopLeftRadius: 25, | ||
borderTopRightRadius: 25, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[メモ]ReactNativeでは四隅に個別の角丸を指定する方法を解説(応用編)ができないらしい
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
実装とStorybookの導入ありがとうございます🙇
概ね問題ないのですが、少し質問があるのでコメント残してます🙏
app/(tabs)/index.tsx
Outdated
<InputHour label='Time' /> | ||
<InputHour label='Time' /> | ||
<InputHour label='Time' /> | ||
<InputHour label='Time' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Q] こちらの入力フォームってWebの方だと全て同じコンポーネント(MainCartInput)で実装したのですが、今回時間用のコンポーネントに絞った理由って何かあるのでしょうか?🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tom-takeru モバイル版のStorybookの使い方を以前画面共有しながら教えていただいたかと思うのですが、資料などはどこかに |
.eslintignore
Outdated
@@ -0,0 +1,3 @@ | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eslintignoreは廃止されたみたいな記事みたんだけど、使わないほうが良かったりするかなぁ
https://qiita.com/satoruk/items/48627a86d3ac51eff43b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
軽くこのファイル使わないやり方調べてみて時間かかりそうなら別チケットで起票しようかな。
- .eslintignoreファイルを使わずにlintする対象フォルダを指定する方法を調査
とりあえず各コマンドの使い方を簡単にREADME.md作って記載してみますね!
このPRにおける動作確認の方法は説明欄のその他の部分に追記しておきました! |
|
動作確認した 少し気になる点あったから、記載する
|
こっちのローカルでも差分出てた、、、。コミットしてプッシュしたんだけどどう?
忘れてた。入れといた! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございます!
LGTMです🙏
事前確認
develop
ブランチを反映しているかレビュー優先度(どれか一つ)
レビューの度合い
レビュワーによる動作確認
やったこと
やらないこと
Storyのファイルとコンポーネントのファイルを同じフォルダに配置すること(現状はstoriesフォルダにストーリーファイルがある)
懸念点や注意点
他の開発のブロッカーにもなっているのではやめにレビューをお願いします。
その他
Storybookの動作確認方法
npm run storybook
で起動storybook
タブを押下