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

Handle arrays correctly #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

arash16
Copy link

@arash16 arash16 commented Aug 2, 2018

checking if typeof something is 'object', returns true for arrays too. Instead use some library function like _.isPlainObject to handle arrays correctly.
This PR is related to GeekyAnts/NativeBase#2103

checking if typeof something is 'object', returns true for arrays too. Instead use some library function like _.isPlainObject to handle arrays correctly.
This PR is related to GeekyAnts/NativeBase#2103
@Aleksandern
Copy link

@sankhadeeproy007
We need this PR for styles like fontVariant

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.

2 participants