HAMAD ADHBIYAH
HAMAD ADHBIYAH
Hello you can fix it by replace this code on Picker Field file ``` import PropTypes from 'prop-types'; import React, { Component } from 'react'; import { View, Text }...
this code will work ``` // Returns the values of the fields and auto Validate getValuesValidate() { const values = {}; Object.keys(this.state.fields).forEach((fieldName) => { const field = this.state.fields[fieldName]; if (field)...
I hope there are help here thanks
Hello im new on RN how to fix it ??? can you please help me thnx
> @ramneekhanda @sudugo and others... > > I know it's been several months, but I was able to get modals working using `[email protected]` + `[email protected]` and figured I'd share my...
> WIP fork without ExNavigator here: https://github.com/ofaltins/react-native-gifted-form > > Using the React Native Modal component instead of ExNavigator. Btw @elie222 the example is now running with Exponent - FYI just...