Skip to content

OpenGraphAwareInput >> TextInput Props #34

@VooduVibe

Description

@VooduVibe

Description of the issue

Hi Osedea team and contributors. Thank you for this great kit. I am just trying to figure out how to pass some of the typical TextInput props through the OpenGraphAwareInput component. For example:

placeholder="Type your post..."
placeholderTextColor="#d6d6d6"
maxLength={240}
numberOfLines={3}
autoCapitalize="sentences"

Code snippet

I have tried the above props as follows, but it seems that these props are unsupported:

<OpenGraphAwareInput
   containerStyle ={styles.inputContainer}
   placeholder="Type your post..."
   placeholderTextColor="#d6d6d6"
   maxLength={240}
   numberOfLines={3}
   autoCapitalize="sentences"/>

My apologies, I am not an expert so any guidance or alternative treatments that would allow me to customise the aware input box would be very much appreciated. Thank you in advance.

Versions

  • React Native version: 0.60.5
  • react-native-opengraph-kit version: 3.0.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions