vvusts

Results 8 issues of vvusts

I saw other posts here about pressable but I am struggling to style pressable with styled-components. Why this doesn't work? ``` export default function App() { const [count, setCount] =...

Hi, I am trying yo add additional function to library. I want to open another app from my carplay app. So I added: ``` RCT_EXPORT_METHOD(launchmap:(NSString*)templateId) { CPTemplate *template = [[RNCPStore...

Hi, I am trying to use POI template same as in examples but app crash: ``` import { CarPlay, PointOfInterestTemplate } from 'react-native-carplay'; const template = new PointOfInterestTemplate({ title: 'Example',...

I am using RN 59.10 IOS work fine but android crash. `Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantsState.newDrawable(android.content.res.Resources)' on a null object reference.` Any idea? In MainApplication.java I added it...

Is there anybody who upgraded to FBSDK 5.x using this module? In previous upgrade it was enough to copy *.framework files but now there are no these files anymore.

I am using version: 1.6.1. I go this email: `Your App, is currently accessing Graph API v2.8 which will reach the end of its 2-year lifetime on 18 April, 2019. ...

I am using [fork of this repository](https://www.npmjs.com/package/@lightbase/react-native-orientation). @dirkdev98 @dov11 @mathijslightbase @rodymolenaar My app is locked to portrait mode only. After installing module all orientations are unlocked why this xcode setting...

## Your Environment * Plugin version: 4.2.4 * Platform: android * OS version: any * Device manufacturer / model: any * React Native version (`react-native -v`): 0.73.6 ## Expected Behavior...