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

Fix errors received after upgrading to RN 0.64 #12

Merged
merged 3 commits into from
Jun 18, 2021

Commits on Aug 24, 2020

  1. Fix error received after upgrading to RN 0.63

    The exact error is:
    ERROR    Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.
        in Unknown (at keyboard-aware-flat-list/index.ios.js:23)
    ceyhun committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    94224b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Replace deprecated currentlyFocusedField with currentlyFocusedInput

    This fixes the console error:
    currentlyFocusedField is deprecated and will be removed in a future release. Use currentlyFocusedInput
    ceyhun committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ef97e80 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Apply fix from APSL#442

    ceyhun committed May 12, 2021
    Configuration menu
    Copy the full SHA
    6febe4f View commit details
    Browse the repository at this point in the history