Alexander Pataridze
Alexander Pataridze
Can confirm. Fixed by `npx expo customize metro.config.js` and ```js /* eslint-disable no-undef */ // Learn more https://docs.expo.io/guides/customizing-metro const { getDefaultConfig } = require('expo/metro-config'); /** @type {import('expo/metro-config').MetroConfig} */ const config...
I mean the AutoCompletion and XML formatting yes.
just use react-native link react-native-geocoder and pod update
@marklawlor is there any workaround for this? Can we extend theme in runtime?
I achieved fairly elegant solution for this: ### tailwind.config.js ```js /** @type {import('tailwindcss').Config} */ const colors = require('./src/constants/colors'); const dimens = require('./src/constants/dimens/defined'); module.exports = { content: ['./src/app/**/*.{js,jsx,ts,tsx}', './src/components/**/*.{js,jsx,ts,tsx}'], presets: [require('nativewind/preset')],...
@pvinis You can achieve similar thing in V2 by `NativeWindStyleSheet`
To everyone struggling with this issue. I recommend migrating to BigInt
Implemented good workaround. Basically the ChunkView will not render whole screen all together. It will render chunk by chunk ```jsx import React, { useEffect, useState, useRef } from 'react'; import...
@md-ajju Try this https://github.com/react-navigation/rfcs/issues/51#issuecomment-795858948 .