Aditya Ranjan

Results 5 comments of Aditya Ranjan

const { getDefaultConfig, mergeConfig } = require("@react-native/metro-config"); const defaultConfig = getDefaultConfig(__dirname); const { assetExts, sourceExts } = defaultConfig.resolver; /** * Metro configuration * https://facebook.github.io/metro/docs/configuration * * @type {import('metro-config').MetroConfig} */ const...

Cannot resolve the issue Please Help. This is my metro.config.js and Bable.config.js module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: ['react-native-reanimated/plugin'], }; };

package.json: metro.config.js `const { getDefaultConfig, mergeConfig } = require("@react-native/metro-config"); const defaultConfig = getDefaultConfig(__dirname); const { assetExts, sourceExts } = defaultConfig.resolver; /** * Metro configuration * https://facebook.github.io/metro/docs/configuration * * @type {import('metro-config').MetroConfig}...

```{ "name": "frontend", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "ts:check": "tsc", "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@expo/metro-runtime": "~3.2.1", "@react-native/metro-config":...

I'm not getting the complete data sent from firmware end. Why? only some chuck of data, but i'm able to get notified with the updated data.