GeekyAnts / GeekyAnts/NativeBase
TypeError: this.requestAnimationFrame is not a function. (In 'this.requestAnimationFrame(function () { _this5.goToPage(_this5.state.currentPage); })', 'this.requestAnimationFrame' is undefined)
Open
stale
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
TypeError: this.requestAnimationFrame is not a function. (In 'this.requestAnimationFrame(function () {
_this5.goToPage(_this5.state.currentPage);
})', 'this.requestAnimationFrame' is undefined)
My Code
`
this.props.navigation.navigate("OTP")}
onPressFB={() => this.props.navigation.navigate("Home")}
/>
this.props.navigation.navigate("OTP")}
/>
`
Contributor guide
Assessment
This issue has not been assessed yet.