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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with React Native 0.63.0 #1179

Closed
evilchis94 opened this issue Jul 9, 2020 · 13 comments
Closed

Not working with React Native 0.63.0 #1179

evilchis94 opened this issue Jul 9, 2020 · 13 comments
Labels
馃悰 Bug 馃摫 Components components module-specific

Comments

@evilchis94
Copy link

馃悰 Bug Report

I just started a new project using React Native 0.63 and then installed Ui Kitten but throws this error TypeError: null is not an object (evaluating 'Object.keys(styles[name])')

To Reproduce

Steps to reproduce the behavior:

  1. npx react-native init MyApp
  2. yarn add @ui-kitten/components @eva-design/eva react-native-svg
  3. npx pod-install
  4. Configure App.js

Captura de Pantalla 2020-07-09 a la(s) 12 48 24

  1. Open .xworkspace in Xcode and run project.

Expected behavior

It should run without errors and show a "Home" text.

UI Kitten and Eva version

Package Version
@eva-design/eva 2.0.0
@ui-kitten/components 5.0.0

Environment information

System:
OS: macOS 10.15.5
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Binaries:
Node: 10.15.3 - ~/.nvm/versions/node/v10.15.3/bin/node
Yarn: 1.22.4 - ~/.yarn/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v10.15.3/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
Android SDK:
API Levels: 23, 25, 28, 29
Build Tools: 26.0.3, 27.0.3, 28.0.2, 28.0.3, 30.0.0, 30.0.0
System Images: android-29 | Google Play Intel x86 Atom, android-Q | Android TV Intel x86 Atom
IDEs:
Android Studio: 3.6 AI-192.7142.36.36.6392135
Xcode: 11.5/11E608c - /usr/bin/xcodebuild
npmPackages:
react: 16.13.1 => 16.13.1
react-native: 0.63.0 => 0.63.0

@rnds
Copy link

rnds commented Jul 9, 2020

I'm getting the same error trying to upgrade my project from RN 0.62 => RN 0.63

Screen Shot 2020-07-09 at 2 29 08 PM

@rnds
Copy link

rnds commented Jul 9, 2020

I think it's is RN issue.

See this commit:
facebook/react-native@e75557b

I added these lines and it works for me now.

@Karniej
Copy link

Karniej commented Jul 10, 2020

I added those lines & it works for me know, but I hope this change will get merged to RN asap .

@RatebSeirawan
Copy link

+1

@artyorsh
Copy link
Collaborator

artyorsh commented Jul 13, 2020

@evilchis94 thanks for reporting this.
It seems like this issue was already fixed internally (see facebook/react-native#29171). It's also more likely we should expect this in the upcoming patch release.

@artyorsh artyorsh added 馃悰 Bug 馃摫 Components components module-specific labels Jul 13, 2020
@shawngustaw
Copy link

Looks like this is still broken in 0.63.1

@aganov
Copy link

aganov commented Jul 15, 2020

Also it would be great if we replace TouchableOpacity with Pressable in the future releases of ui-kitten.

@codler
Copy link

codler commented Jul 16, 2020

I hope this gets fixed soon as im looking for a ui replacement of Native-base

@alexmgrant
Copy link

Looks like it's the master branch, but master has a failing test, so not yet pushed to npm?

@saihaj
Copy link
Contributor

saihaj commented Jul 22, 2020

Should be fixed now https://github.com/facebook/react-native/releases/tag/v0.63.2

@tomcastro
Copy link

It is fixed now, just tested it :)

@artyorsh
Copy link
Collaborator

Yep. It works
Thanks everyone for the notice, especially @saihaj for cherry-pick request 馃殌

@rardoz
Copy link

rardoz commented Jul 25, 2020

I did a fresh install today and am on react native 0.63.2 and I'm getting this issue.

Never mind! I ran this and now its working!

rm -rf node_modules/ && npm cache clean --force && npm install && cd ios && pod install && cd .. && npm start -- --reset-cache

zhima-kaimen pushed a commit to zhima-kaimen/zmwallet-mobile that referenced this issue Jul 26, 2020
0xoscario added a commit to 0xoscario/react-native-wallet that referenced this issue Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃悰 Bug 馃摫 Components components module-specific
Projects
None yet
Development

No branches or pull requests