-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: fabOnReact/react-native-notes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fabOnReact/react-native-notes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: text-input-errors-build
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 7 files changed
- 1 contributor
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1e3cc80 - Browse repository at this point
Copy the full SHA 1e3cc80View commit details
Commits on Mar 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3b9dc2 - Browse repository at this point
Copy the full SHA a3b9dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e4284 - Browse repository at this point
Copy the full SHA 98e4284View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04869a - Browse repository at this point
Copy the full SHA d04869aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0aa709 - Browse repository at this point
Copy the full SHA b0aa709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f06b2a - Browse repository at this point
Copy the full SHA 5f06b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc7331 - Browse repository at this point
Copy the full SHA 9cc7331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089d575 - Browse repository at this point
Copy the full SHA 089d575View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa21d97 - Browse repository at this point
Copy the full SHA fa21d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7581c - Browse repository at this point
Copy the full SHA 3b7581cView commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c5762a7 - Browse repository at this point
Copy the full SHA c5762a7View commit details
Commits on Mar 23, 2022
-
add errorMessage to ReactTextUpdate and maybeSetErrorMessage
allow to display error message on TextInput triggered in a onChangeText callback. Fixes issue explained in: #12 (comment) Related links: #12 (comment) fabOnReact/react-native@d3d54e1
Configuration menu - View commit details
-
Copy full SHA for 012d92d - Browse repository at this point
Copy the full SHA 012d92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15810e9 - Browse repository at this point
Copy the full SHA 15810e9View commit details -
rename android_errorMessage to errorMessageAndroid
Following same implementation used with underlineColorAndroid https://github.com/fabriziobertoglio1987/react-native/blob/15810e96d90e18dbd424666338fdec0127d403ed/Libraries/Components/TextInput/TextInput.js#L470 https://github.com/fabriziobertoglio1987/react-native/blob/15810e96d90e18dbd424666338fdec0127d403ed/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js#L203 While with other components (for example prop android_ripple), we use the android_ prefix to denote platform specific props. facebook/react-native#29157 (comment) https://github.com/fabriziobertoglio1987/react-native/blob/15810e96d90e18dbd424666338fdec0127d403ed/Libraries/Components/Pressable/Pressable.js#L177 In the case of TextInput we already have Platform Logic that detects Android/iOS platform. https://github.com/fabriziobertoglio1987/react-native/blob/15810e96d90e18dbd424666338fdec0127d403ed/Libraries/Components/TextInput/TextInput.js#L1268 For this reason TextInput component does not use android_ props and instead uses this naming convention underlineColorAndroid. To be noted that the prop underlineColorAndroid is passed to both iOS and Android version, while other props have platform specific logic for android and iOS. https://github.com/fabriziobertoglio1987/react-native/blob/15810e96d90e18dbd424666338fdec0127d403ed/Libraries/Components/TextInput/TextInput.js#L1334 https://github.com/fabriziobertoglio1987/react-native/blob/15810e96d90e18dbd424666338fdec0127d403ed/Libraries/Components/TextInput/TextInput.js#L1293 Example of a prop that have a specific value on Android and is different from iOS https://github.com/fabriziobertoglio1987/react-native/blob/15810e96d90e18dbd424666338fdec0127d403ed/Libraries/Components/TextInput/TextInput.js#L1271 I decided to follow the same solution used in underlineColorAndroid.
Configuration menu - View commit details
-
Copy full SHA for cad239b - Browse repository at this point
Copy the full SHA cad239bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa53df1 - Browse repository at this point
Copy the full SHA aa53df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b578637 - Browse repository at this point
Copy the full SHA b578637View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...text-input-errors-build