James Wainwright

Results 28 comments of James Wainwright

@Tefera4744 I am facing the exact same issue - Did you figure out the issue?

Are you sure they don't already support it? https://docs.microsoft.com/en-us/appcenter/general/changelog#july-2017

Oh okay, Cool! So if I were to setup my app using app center, it would be able to detect the Cartfile, install the dependencies, and give me a installable...

Nice! So pretty much IF you want to use track Analytics, Record crashes, and use the Push notifications feature, you need to set it up manually OR with cocoapods right?...

Here is the custom render method I use: Custom Render Docs: https://testing-library.com/docs/react-testing-library/setup/#custom-render ``` import 'jest-styled-components/native'; import { ThemeProvider } from 'styled-components/native'; import React from 'react'; import { render } from...

@whiskeysierra Did you find out a way to achieve this?

Is there any work being done on this? I think it's a feature that many orgs would want to use.

@ryandaugherty how did you approach this? Were you able to implement a solution for it that works with Backstage?

> I tried that and I didn't see any difference. > > Here is what happens if I run npm run build on my local machine... > > thaddeuskrugman@Thaddeuss-MacBook-Pro remix-test...

@yfuks I tried removing the @Override statement but the same error shows up ``` yfuks/react-native-action-sheet/android/src/main/java/com/actionsheet/ActionSheetPackage.java:13: error: ActionSheetPackage is not abstract and does not override abstract method createJSModules() in ReactPackage public...