skip to Main Content

issues run android in react native

Running Android in React Native has issues with the Android display: The development server returned response error code: 500 URL: http://localhost:8081/index.bundle ?platform=android&dev=true&lazy=true&minify =false&app=com.yuda&modulesOnly=false& runModule=true Body: {"originModulePath":"C: MobileAppYudaNavigation.tsx" ,"targetModuleName":"@react-navigation /stack", "message":"Unable to resolve module @react-navigation/stack from C:MobileApp YudaNavigation.tsx: @react-navigation/stack could not…

VIEW QUESTION

How should I use space so it works on my code in row. I'm using flutter between

import 'package:flutter/material.dart'; class TrackerWidget extends StatelessWidget { const TrackerWidget({ super.key, required this.bgIcon, required this.title, required this.time, required this.size, this.isNotificationEnabled = false, this.isDone = false, required this.timeEnum, }); final String bgIcon; final String title; final String time; final double size; final…

VIEW QUESTION
Back To Top
Search