Christoph

Results 11 issues of Christoph

With react-native 0.29.0 I got the error-message > Seems you're trying to access 'ReactNative.createClass' from the 'react-native' package. Perhaps you meant to access 'React.createClass' from the 'react' package instead? >...

### Problem In some rare cases `InteractionManager.runAfterInteractions` (used in in `tooltip.js`) is not being executed after some navigation steps. Here is an [issue](https://github.com/react-navigation/react-navigation/issues/10337) which described in in a similar way...

**Describe the bug** > Found 187 errors in 22 files. If you run `yarn tsc` you'll get 187 typescript errors in this project. Most of them are `Parameter 'xyz' implicitly...

From March 9, 2020 the 4.0 PA API will not be supported by amazon anymore (which is used currently in this repo). Thats because it will be necessary to update...

The [docs](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/blob/master/docs/PieChart/PieChartProps.md#animation-and-curved-paths) say about the PieChartPro component: > It receives all the above props (same as the `` component) Issues: * It seems that onPress won't be called. * The...

Related to https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/564 The `PieChart` on Android didn't call `onPress` when providing the prop `focusOnPress` or `sectionAutoFocus`. Probably because the focused/bigger PieChart was covering the main pie chart. This change...

### Describe the issue you're facing ## When using `getStories`, I want to exclude specific fields. This works fine: ```typescript const storyblokApi = getStoryblokApi(); const result = await storyblokApi.getStories({ with_tag:...

pending-author
pending-triage

In the [Nextjs playground](https://github.com/storyblok/storyblok-js-client/blob/94f4692ca84716402e2b9fa6632f41982a217d69/playground/nextjs/app/page.tsx#L23C1-L46) there's an example of using the `next` object as a custom fetch option. ```typescript const res = await storyblokApi.get( `cdn/stories/home`, { version: 'draft' }, { //...

docs

### Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing GitHub issues](https://github.com/fastlane/fastlane/issues)...