Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native-web #29

Open
maxhudson opened this issue Feb 23, 2021 · 2 comments
Open

react-native-web #29

maxhudson opened this issue Feb 23, 2021 · 2 comments

Comments

@maxhudson
Copy link

https://snack.expo.io/@dabakovich/mentionsapp - see web tab

Looks like there are two present issues.

  1. The rendered is getting an object as its value
  2. Selecting a mention doesn't actually seem to modify the value
@maxhudson
Copy link
Author

maxhudson commented Feb 23, 2021

It looks like you're rendering elements inside of the as children when you could wrap the <TextInput> and the <Text> overlay in a <View>.

Will try to make a PR.

@maxhudson
Copy link
Author

maxhudson commented Feb 23, 2021

#32

Not sure how you'd like to test/verify functionality if you don't have a rn-web project already, but it's not too hard to set up. I've been using wml (npm package alternative to npm link that works well with react-native).

@maxhudson maxhudson changed the title Web support? react-native-web Feb 24, 2021
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

No branches or pull requests

1 participant