textContentType='streetAddressLine2' is not working in ios
まだ誰も着手していません。
- 主要言語
- C++
- スター
- 127k
- フォーク
- 25.3k
- 平均マージ
- 1日 23時間
- マージ済み PR(30日)
- 4
説明
Description
In my react native app I want to show suggestion for address the suggestion works for textContentType='streetAddressLine1' I get the name of the street that is saved in the contacts but for textContentType='streetAddressLine2' it is not working .No suggestion is comming up there
Steps to reproduce
- install the react native app with react native version "0.73.3".
- In the app.tsx file create 2 TextInput with textContentType 'streetAddressLine1' and 'streetAddressLine2'.
- Got to the contacts app in your ios simulator select a profile which have the complete address filled ,In my case it is David Taylor profile make sure the complete address is filled .
- now for 'streetAddressLine1' u will get the suggestion on the keyboard but not for 'streetAddressLine2'
React Native Version
0.73.3
Affected Platforms
Runtime - iOS
Output of npx react-native info
System:
OS: macOS 14.2.1
CPU: (10) arm64 Apple M2 Pro
Memory: 138.41 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.9.0
path: /usr/local/bin/node
Yarn: Not Found
npm:
version: 10.1.0
path: /usr/local/bin/npm
Watchman:
version: 2023.11.13.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.14.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.2
- iOS 17.2
- macOS 14.2
- tvOS 17.2
- watchOS 10.2
Android SDK: Not Found
IDEs:
Android Studio: 2022.3 AI-223.8836.35.2231.11090377
Xcode:
version: 15.1/15C65
path: /usr/bin/xcodebuild
Languages:
Java:
version: 11.0.21
path: /usr/bin/javac
Ruby:
version: 3.2.2
path: /Users/ritikgupta/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.73.3
wanted: 0.73.3
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Stacktrace or Logs
Stacktrace or logs not available
Reproducer
https://snack.expo.dev/@ritik_1_g/tenacious-red-watermelon
Screenshots and Videos
https://github.com/facebook/react-native/assets/147544573/8e5e9e6c-f23e-4831-8db6-5c066b3e4b4d
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
リンクされている Snack の再現手順から始め、iOS で streetAddressLine1 と streetAddressLine2 を使用する 2 つの TextInput フィールドを比較します。指定された React Native 0.73.3 と iOS 17.2 のセットアップで再現し、その後 iOS の TextInput の動作を調査して、streetAddressLine2 が連絡先候補を表示するはずかどうかを判断します。期待される候補が機能するか、プラットフォームの制限が文書化されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- ios, react-native
- 領域
- mobile
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100