Results 15 comments of Aike

I'm facing the same issue, @daviseares have you found a solution? ``` SyntaxError: /Users/.../node_modules/@react-native/polyfills/error-guard.js: Missing semicolon. (14:4) 12 | let _inGuard = 0; 13 | > 14 | type ErrorHandler...

Having the same issue with version `5.4.9` (that's the current recommended version for Expo managed projects). My implementation of the `PagerView`: ``` import * as React from 'react'; import {...

It's also preventing our codebase to work properly when using Jest for unit testing. It looks unintentional because there is typescript code in a `.js` file which is a big...

@traviswimer Thanks for your answer, it solved the problem I was facing! (Expo project with TypeScript)

Totally agree that the proposed behaviour should be the default!

The `borderStyle` when **not** equal to `solid` still behaves wrongly (using React Native 0.68.2 and Expo 45.0.6). The following code works when using `solid` and **doesn't** work when using `dashed`...

The plugin is not compatible with React Native versions >= 0.47 because of a breaking change in React Native. Take this pull request to use the plugin: https://github.com/benwixen/react-native-filesystem/pull/13/files

@MacPiston Thanks for checking this and letting us know! Because this is a blocking issue for going live and downgrading isn't a long term solution it would be great if...

Ran into the same issue, it would be good if the prop `initialRouteName` is removed while it is not functioning as expected

> Similar error was thrown when a header ends with `.` for example, `Header 1.` Ran into this issue as well, thanks for sharing that here! You saved my afternoon...