Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

248
Views
How To Import Every Components At Once From React Native?

As we all know that if we want to work in React Native, then for that we have to import things like this.

import { View ,Text } from "react-native";

But I want to know is there any way that we don't have to import these components again and again from React Native, because I am a web developer who want to become android app developer right now. And as we all know that we don't need to import such tags again and again in HTML.

Can we do something like this in React Native?

import * from "react-native";

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

import * as ReactNative from 'react-native'


<ReactNative.Text>Text component</ReactNative.Text>;

If I'm not mistaken you want to achieve such behavior?

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!