<Touchable /> is broken (Native)
See original GitHub issueI cant render any Touchable
elements in react-native (using react-primitives
or styled-components/primitives
looks like this is the same issue as https://github.com/airbnb/react-sketchapp/issues/104
Code:
import React from 'react'
import { Touchable } from 'react-primitives'
export default () => <Touchable />
Versions:
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-primitives": "^0.4.3",
"styled-components": "^2.1.0"
Error:
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
BROKEN NATIVE | Israel Adesanya x ENGAGE - YouTube
Head to https://engageind.com/collections/ broken - native to check out the brand new Israel Adesanya Broken Native items.
Read more >SP17 - Broken Native ft. BruceyB & Dj Nash (Official Video)
Download & stream ' Broken Native ' here https://ditto.fm/ broken - native ——Visuals by @justjaymoneyDirected by Dee MarezanaProduced by Brucey ...
Read more >Native Touchable* not working anymore (1.10.0) #1338
Since the 1.10.0 upgrade the Touchable* components are not working anymore on Android, meaning they don't switch states, don't show visual ...
Read more >What does UFC champion Israel Adesanya's tattoo ...
First, the tattoo does not say “Broken Nation” it says “Broken Native”. And it refers to the fact that Israel comes from nothing....
Read more >UFC 230 | Israel Adesanya, 'The Last Stylebender's' story
Broken Native means the odd one out, the village idiot who maybe wasn't as crazy as everyone thought; the one doing what everyone...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@amaldare93 This helps in downgrading: https://github.com/react-community/create-react-native-app/blob/master/VERSIONS.md
I have this same issue and I’m using react 15.4.x and react-native 0.42.x.
TouchableMixin is not injected.