Skip to content

Conversation

alphatrl
Copy link
Collaborator

@alphatrl alphatrl commented Jul 25, 2023

Custom Textfield

Built on React Native: v0.69.12

Features/Modifications:

  1. feat(iOS, android): New taskadeEditorInput prop for TextInput

    • Remove \n characters on 'enter' key to prevent making a new line
  2. feat(iOS): Add new textDecorationStyle: 'taskade' for customised thicker underline for Taskade Editor

  3. feat(iOS): Add new LayoutManager for Text for Gapless underline

  4. feat(android): Add support for textDecorationColor prop in Text and TextInput

iOS Build

No additional steps needed

Android Build

Build AAR with docker reactnativecommunity/react-native-android with tag 5.4

docker run \
    --rm \
    --name rn-build \
    --env REACT_NATIVE_HERMES_SKIP_PREFAB=true \
    -v $PWD:/pwd \
    -w /pwd \
    reactnativecommunity/react-native-android:5.4 \
    /bin/sh \
    -c \
    "./gradlew :ReactAndroid:installArchives && ./gradlew :ReactAndroid:hermes-engine:installArchives"

create .aar, then:

git add android --force
git commit -m 'my release commit'
git push

From [Building from source](https://reactnative.dev/contributing/how-to-build-from-source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant