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

Update of the react native components #207

Merged
merged 2 commits into from
Oct 7, 2021
Merged

Update of the react native components #207

merged 2 commits into from
Oct 7, 2021

Conversation

onadrog
Copy link
Contributor

@onadrog onadrog commented Mar 15, 2020

Update of the react native components

Q A
Bug fix? yes
New feature? yes
BC breaks? no
Deprecations? yes
Tickets fixes #...
License MIT
Doc PR api-platform/docs#...

Review to update Forms to react native elements V1.x (basicaly replace the old<Form> by <Input>)
Add function to change keyboardType
Add a parser for numbers that was not handle has number but string
Remove Action.pop() in render that return state update errors

onadrog and others added 2 commits March 15, 2020 11:48
…rdType func + remove actions.pop() that's display state update errors in render
added proptype + mapstate
</View>
);
}

intParser = (value) => {
if(isNaN(value)) {
value
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't work, does it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it does.

@mysiar
Copy link
Member

mysiar commented May 11, 2020

@potik1 have a look

Base automatically changed from master to main January 24, 2021 21:38
@dunglas dunglas merged commit c7a92fe into api-platform:main Oct 7, 2021
@dunglas
Copy link
Member

dunglas commented Oct 7, 2021

Thank you!

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.

None yet

3 participants