ソースを参照

Use Android checkbox on iOS to see unchecked checkboxes

Fixes #553
pull/551/head
Guillaume Vincent 4年前
コミット
b06cfa3c65
3個のファイルの変更10行の追加10行の削除
  1. +1
    -1
      mobile/ios/LessPass.xcodeproj/xcshareddata/xcschemes/LessPass.xcscheme
  2. +4
    -4
      mobile/src/password/Options.js
  3. +5
    -5
      mobile/yarn.lock

+ 1
- 1
mobile/ios/LessPass.xcodeproj/xcshareddata/xcschemes/LessPass.xcscheme ファイルの表示

@@ -41,7 +41,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"


+ 4
- 4
mobile/src/password/Options.js ファイルの表示

@@ -38,7 +38,7 @@ export default class Options extends Component {
alignItems: "center",
}}
>
<Checkbox
<Checkbox.Android
status={options.lowercase ? "checked" : "unchecked"}
uncheckedColor={isValidBackgroundColor}
onPress={() => {
@@ -59,7 +59,7 @@ export default class Options extends Component {
alignItems: "center",
}}
>
<Checkbox
<Checkbox.Android
status={options.uppercase ? "checked" : "unchecked"}
uncheckedColor={isValidBackgroundColor}
onPress={() => {
@@ -80,7 +80,7 @@ export default class Options extends Component {
alignItems: "center",
}}
>
<Checkbox
<Checkbox.Android
status={options.digits ? "checked" : "unchecked"}
uncheckedColor={isValidBackgroundColor}
onPress={() => {
@@ -101,7 +101,7 @@ export default class Options extends Component {
alignItems: "center",
}}
>
<Checkbox
<Checkbox.Android
status={options.symbols ? "checked" : "unchecked"}
uncheckedColor={isValidBackgroundColor}
onPress={() => {


+ 5
- 5
mobile/yarn.lock ファイルの表示

@@ -5920,13 +5920,13 @@ react-native-keychain@^4.0.1:
integrity sha512-TbiO8AO055EPjaxIuKxrCEOB4r81uQCVDFbtcs+e4pEOHxf6z3JgDC0UU0poJElKfCh37b+TFRxQhg6DbsYJBA==

react-native-paper@^3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-3.8.0.tgz#94d9b50b945ce91c90491cce34d1c27845503990"
integrity sha512-3oNHjhjhpi/UDbYwwgeWQKf1qRbqQ7aTO0EUHbcxPNEq5BLClpI3kBoS6JTKk4Ge86xeJikXHHXN953g1mVr3Q==
version "3.11.0"
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-3.11.0.tgz#1a2425af211eacb6fae8de9ab6254bdcbad7e1b4"
integrity sha512-kMzcsA1YdVBwPOE9/ioQkpCMR/ep/ivf4PdnAg/yp2XwrEaWDPTv/6DE63LziULOygBHMtN3aDsHpgXzFkmmLg==
dependencies:
"@callstack/react-theme-provider" "^3.0.5"
color "^3.1.2"
react-native-safe-area-view "^0.14.6"
react-native-safe-area-view "^0.14.9"

react-native-reanimated@^1.8.0:
version "1.8.0"
@@ -5940,7 +5940,7 @@ react-native-safe-area-context@^0.7.3:
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-0.7.3.tgz#ad6bd4abbabe195332c53810e4ce5851eb21aa2a"
integrity sha512-9Uqu1vlXPi+2cKW/CW6OnHxA76mWC4kF3wvlqzq4DY8hn37AeiXtLFs2WkxH4yXQRrnJdP6ivc65Lz+MqwRZAA==

react-native-safe-area-view@^0.14.6:
react-native-safe-area-view@^0.14.9:
version "0.14.9"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.9.tgz#90ee8383037010d9a5055a97cf97e4c1da1f0c3d"
integrity sha512-WII/ulhpVyL/qbYb7vydq7dJAfZRBcEhg4/UWt6F6nAKpLa3gAceMOxBxI914ppwSP/TdUsandFy6lkJQE0z4A==


読み込み中…
キャンセル
保存