-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multi examples #113
base: main
Are you sure you want to change the base?
Multi examples #113
Conversation
@@ -0,0 +1,46 @@ | |||
import React, { FC } from "react"; |
Check failure
Code scanning / ESLint
Enforce consistent usage of type imports Error
@@ -0,0 +1,46 @@ | |||
import React, { FC } from "react"; |
Check failure
Code scanning / ESLint
enforce the consistent use of either backticks, double, or single quotes Error
@@ -0,0 +1,46 @@ | |||
import React, { FC } from "react"; | |||
import { View, StyleSheet } from "react-native"; |
Check failure
Code scanning / ESLint
enforce the consistent use of either backticks, double, or single quotes Error
@@ -0,0 +1,46 @@ | |||
import React, { FC } from "react"; | |||
import { View, StyleSheet } from "react-native"; | |||
import { TextInput } from "react-native-gesture-handler"; |
Check failure
Code scanning / ESLint
enforce the consistent use of either backticks, double, or single quotes Error
<View> | ||
<TextInput | ||
style={styles.textMulti} | ||
multiline |
Check failure
Code scanning / ESLint
Enforce props alphabetical sorting Error
const [wordExamplePreview, setWordExamplePreview] = useState<string>(example); | ||
const [wordExamples, setWordExamples] = useState<string[]>([example]); | ||
const [wordExamplePreviews, setWordExamplePreviews] = useState<string[]>([example]); | ||
const [selectedindex, setSelectedIndex] = useState<number>(0); // 選択された例文のインデックス |
Check warning
Code scanning / ESLint
Disallow unused variables Warning
文字を一文字ずつ表示することができませんでした。 |
例文を複数化した