Updated readme with code that worked with latest react, expo and typescript #189
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created this PR to try to help others out there while we wait for all the other PRs to be tested and merged.
I was worried about this project working but turns out it does with a few tweaks with typescript and the latest react and react native.
Thought about creating a demo but got lazy trying to figure out how to configure it to match and also short on time so apologies. I'll put the effort if others really needed it and can't get it working with just my instructions here and in the changed
README.md
.Here is my
package.json
for reference and to test. It was pretty much taken from the expo template command with typescript hereThe code below was also added to the readme in this PR
Had to do a few minor tweaks to get rid of some type errors
With text input
Plan to keep an eye on this project since I will be using it for a project of mine. Hope this was helpful to someone.