lelandrichardson / react-primitives

Primitive React Interfaces Across Targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error touchableGetInitialState is not a function

MrLoh opened this issue · comments

Love this package, unfortunately it just broke.

I got the this.touchableGetInitialState is not a function error on this config

{
"react": "16.0.0-alpha.12",
"expo": "^18.0.3",
"react-native": "^0.45.1",
"react-primitives": "^0.4.3",
}

exact error message

Possible Unhandled Promise Rejection (id: 0): TypeError: this.touchableGetInitialState is not a function. (In 'this.touchableGetInitialState()', 'this.touchableGetInitialState' is undefined)

Dup of #71