andkom

Results 11 comments of andkom

I have the same issue. Just simple react native maps app, when I add admob banner, app starts to crash on startup or on screen orientation change. Tried also expo-ads-admob,...

@ramijarrar does not work for 4.0.0-rc.7

@ramijarrar ```typescript import { Input as BaseInput } from '@rneui/base'; import { TextInput } from 'react-native'; ... const input = useRef(); .... return ( ); ``` also i've tried multiple...

@ramijarrar I've tried your example and got the following error: TS2322: Type 'MutableRefObject' is not assignable to type 'Ref & Ref'.    Type 'MutableRefObject' is not assignable to type 'RefObject &...

@ramijarrar also doesn't work ``` TS2322: Type 'Ref' is not assignable to type 'Ref & Ref'.   Type '(instance: TextInput) => void' is not assignable to type 'Ref & Ref'.     Type...

@ramijarrar I forgot to extend InputProps and override type of ref. I can confirm it works now. Thanks.

Ok, I removed `geodesic` property from `` component. Consider the following example: ```typescript import React, { useEffect, useRef, useState } from 'react'; import { Animated, Platform } from 'react-native'; import...

I have same issue when use `limit` in query: ```typescript @Crud({ model: { type: TransactionEntity, }, routes: { only: ['getManyBase', 'getOneBase'], }, query: { alwaysPaginate: true, limit: 25, join: {...

@luisgerardodev yes, but i want receive full header object. Alchemy WS API supports it.