Expo Questions
Ad
Ad
Extend and Export OctoberCMS theme settings
Extend OctoberCMS theme settings and export them easily to file. Import them to other website with all settings.
integrate import export csv with backend list in octobercms
integrate Import / Export csv data from October CMS with built-in backend lists with in-built filter applied with very little effort.
october cms export CSV
Export csv data from October CMS easily for excel with your custom logic and filters without any plugins.
Invariant Violation: Invariant Violation: React.Children.only expected to receive a single React element child. I don't know why?
I keep getting the invariant violation and i really don't know why... <touchablehighlight key={index}
Test React Native App using Firebase TestLab
Is it possible to test a react native (expo managed) app using firebase testlab? i have not succeeded. several possible routes, none
How to make center of barcode scanner transparent?
I am creating a barcode scanner using expo-barcode-scanner i have created the below screen the whole screen is transparent i am
Explanation of this recursive function of Fast_Modular_Exponentiation
Here is a code form a udemy course that i am currently taking. this piece of code is a recursive solution to solve
react-native flatlist images flicker when list state updating
I have populated a flatlist with data fetched from google's firebase backend. the implementation is rather standard,
How to transform your Tinder data.json into a CSV
Tinder allows you to export your data (https://account.gotinder.com/data), which
Type-Casting in C from Float to Int results in wildly different number, why?
Input: #include <stdio.h> #include <math.h> int main(void) { printf("%i",
Is there a exponent operator in C?
I want to do an exponent calculation in c. i tried **, but compiler threw an error. is there such operator in c? if not, how
expo fetching link to returning network request error or promise object
1- the vs code has 2 fetch codes: the first fetch
Importing/exporting history from SVN to TFS
Are there any import and export tools that would let us move projects into and out of team system with full history and log? our
Ad
Use RTL Direction when Localization is LTR In React Native
I have used i18n to use multiple languages in my react native application. the problem is when localization
What is the best way to export a large table with many records from SQLite to a custom delimited text file?
The table i'm dealing with it potentially larger than available memory (let's say 10gb) and some of the fields can have at most 100mb of text. so
Do a "git export" (like "svn export")?
I've been wondering whether there is a good "git export" solution that creates a copy of a tree without the .git repository
Is it possible to do a SVN export without shell access?
I started using subversion for one of my projects and it would be absolutely amazing if i could just export the latest version from the repository
Export variable from C++ static library
I have a static library written in c++ and i have a structure describing data format, i.e. struct format{ long fmtid;
Is it possible to do the Navision 5.0 export to Word/Excel to OpenOffice.org?
Navision 5.0 includes a feature to export to word or excel. is it possible to make this work with openoffice.org writer or calc instead? if so,
Java import/export dependencies
I'm trying to find a way to list the (static) dependency requirements of a jar file, in terms of which symbols are required at run time. i
npm ci can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1
This is the issue that i am facing when running the command npm ci to install dependencies in my github action file. i am
ts error goes away when I use arrow function but come when I not use arrow
Why i get this error message: type '(message?: string | undefined) => void' is not assignable to type '(event:
Using Tab Navigation, bottom notch is the wrong color
I'm using react-native and expo. i'm using tab navigation for some screens and stack navigation for those i don't want to have tabs.
React Native Expo Flatlist pull to refresh gesture not triggering on iOS but works fine on Android
I have a flatlist component rendered inside a flex: 1 view, that doesn't perform pull to refresh on ios. the gesture itself doesn't work, as the
Ad
Is it correct to export data members? (C++)
As the title suggests, is it correct or valid to import/export static data from within a c++ class? i found out my problem - the author of
Postgres database export and import, problem with $$PATH$$
I am in the process of doing export and import with postgres database. i had used the following command to take the backup of
React Native/Expo, how to control the splash screen?
I'm using the built in splash screen in expo that you add in app.json for a simple test app. however i noticed that my start screen
How to make screens appear only after installation in react native expo
I have a few welcome screens that should only appear once, when the app is first launched after installation, but i have no idea how. my
How to extract property names from custom class in C#
I am making function for exporting table to .csv file. i have list where t is custom class. i need property names of t for columns
Sympy: Is there a way to apply the collect() function to exponents?
I have the following equation: $$ f(x,y) = x^{-a} \cdot x^{-b} \cdot y^{a} \cdot y^{-b} \cdot z^{-a} $$ i want to
how do i make right to left all app ecept one part?and what's issue that make this part does not show on rtl languege?
I have an app in hebrew that should force rtl layout even for ltr devices (curenty our interface is only in hebrew) using
Change float exponent without losing precision
I would like to convert an int64_t value [nanoseconds] into a float (or double) [seconds] value. so i tried the following:
JavaScript prevent changing exported object
Is there any way to prevent exported object to be changed later when it's imported ? i have my config.js helper that manages my config, and i
React Navigation 5 , Moving screen to different navigator
Still try to understand about multiple navigator here. basically i have 2 navigator, one rootnavigator for login page, and the
Laravel Vuejs bootstrap-table-vue jsPDF is not defined
I kept getting this error when i click the pdf format button of bootstrap table for vue app.js:100649 uncaught referenceerror:
Ad
Angular : Can't export excel using ExcelJS - error TS2307: Cannot find module 'stream' - error TS2503: Cannot find namespace 'NodeJS'
I was try to export an excel file using exceljs here is my console in vs code terminal :
How to export original CSV columns, alongside Bigram count and frequency to new csv?
This is one of my first times using python so apologies if this is a silly question. i have a 3 column csv, first column called comment (which is
Could not find androidx.appcompat:appcompat:28.0.0
I updated compilesdkversion from 27 to 28. added in gradle.properties file:
After updating android studio, and WSL I can't connect expo to emulator
I recently updated android studio, and wsl from wsl1 to wsl2. i tried running expo start which works, until i try to open the app on
Looping through database children and displaying each
I have this code for displaying one child but is it possible to loop through all the children and display all at once? this is the structure of my
Expo keeps on changing Files
In my react native expo app there are few things i have to change in the node-modules folder to make my app work correctly. for example i
React Native render list of tags in a flatlist next to each other
I am building a react-native app and in my settings page i want people to be able to add an item. when i render that item (the items may be
Change state from outside the component
I'm using react native with expo and trying to get the current location updates while the application is running (active or in the background).
How to define Singleton pattern with parameter using static keyword?
According to second answer from
How to give date format to react-csv column
I am trying to export data as csv file . i am using react-csv library for it everything is working fine but i am face to date format.
React native - How to implement a switch between two values and show a different view based on the value selected
In my react native app, i need to show a youtube style inbox screen: a switch on top that has two values. based on the value
Ad
Why does a new expo init produce "export default function" rather than "export default class"? in App.js
I think that i have been doing nothing differently but all of a sudden when executing expo init my_app_name
while using django-filter for filtering how to export the filtered values into csv file
I have used django-filter module for filtering. want to export the results into csv file. def bfs_version_filter(request):
How can I fix the error "invalid literal for int() with base 10: 'Independence' in Django?
I am a newbie in django and i am building a quiz application. i want to be able to import some questions from a csv file in django using the
Why is the BigInteger.ModPow function in C# much slower than that in Java?
I have found that the biginteger.modpow function in c# is very slow compared to the biginteger.modpow function in java.
How to mock StatusBarManager.getHeight in Jest test?
I'm using expo 34 and react-native-ui-lib from wix and
Laravel Expo Push Notification - Not receiving Notification on Android
I am quite new to laravel and couldn't find any practical example of the library
Nodejs, Importing file with variables
I have a large .js file with towards 800 variables with strings and arrays with more strings in them, which i all want to be able to access. i am
showing ETA in 12 hours format react native
Does any one know this could be achieved in react native, i am working on an location based app that requires showing eta to the customer.
react native - how to save data with sqlite ? because got an error
I want save data fields from the axios and i need to do it with sqlite but got warning . there is way to solve it ? in my
FileWriter write html in single cell when creating csv
I'm working on an app, i want to generate a csv file, it has many columns with normal text, one of the columns has html text i want to
Understanding module.export to pass a parameter
I have been trying to understand, module.export how to pass a parameter with it. now i have made a demo server for testing it. file -
Ad
Placing a component on MapView in react native
I am trying to place a location icon on the map, sometimes after a reload, the icon leaves the container it is supposed to be wrapped in. below
Spread Operator not working while importing from const variable
I am facing some weird problem while import a const value in react. actually, i am exporting a const which is not related to react like
JavaScript modules import / export
I just learned about modules in js. i'm trying to make this work on my machine and i still have a couple of questions because it only works in
how to export tf model for serving directly from session (no creating of tf checkpoint) to minimize export time
I wanted to share my findings on how to export a tf model for serving directly from session without creating model checkpoint. my use case
How to fit double exponential distribution using MLE in python?
I am trying to fit a double-exponential (i.e. mixture of two exponential or bi-exp) data using mle. though there is no direct example of such a
How to wait for persisted user from firebase auth in React Native
I use firebase auth in my react native app (via expo), authentication works fine via an observer, including persistent user:
typeError: undefined is not an object (evaluating 'item.phoneNumbers[0]')
I want to render my contact list in my app using expo-contacts, the list display for about 2 seconds, then i get typeerror: undefined is not an
Keyboard doesn't show with KeyboardAvoidingView in React Native
I would like to know how can i use the keyboard with react native. when i click in my input (on "send"), i don't have a keyboard show.
undefined is not an object (evaluating '_reactNativeContacts.default.getAll')
I am trying du use react-native-contacts with a react-native app made with expo, but i have this error message : undefined is not an
How to navigate when redux state changes?
How can i redirect to an different screen when my async redux action is complete and the state has changed? i currently have redux and
I am getting context value undefined in the child component using contextType in an expo app
I am trying to use context api in my app, the way i am trying to use is
Ad
React Native Expo - Node.js version 11.13.0 is no longer supported
I'm using expo with react native but when trying to create a new project i get the error: error: node.js version 11.13.0 is no
Pluginable cross-platform software design for react & react native
I want to design a cross-platform (android, ios, and web) plugin-able software that means everyone can easily develop a plugin for it and users
React native Android Picker not showing data
The picker itself its showing, but not its data. also when i click on it it shows an empty, white label. {/* order by
Expo React Native: expected version range: ~6.0.0 - actual version installed: ^5.0.1
After updating expo sdk 33 to 34, i started noticing an error about several expo npm packages having to be at least v6.0.0... $
Unclear as to the usage of async and await in react native
I've begun delving into using react native with expo recently on a side project. i wanted to load data asynchronously from firebase and have
Element type is invalid: expected a string or a class/function but got: undefined
Here is my component, i exported home in my home component at the end of the file. the code worked just fine in react native but i'm
Google Play: The form field "Compliance Status" to delete a previously declared Permission for a new APK is not shown
Context i use react native and expo to develop an android application. the problem i have with the permission statement is when i
TypeError: undefined is not an object (evaluating 'const.join')
How to declare an array on a state variable im using react native expo and firebase all is up to date export default
How would I prevent an event until the code is done via import/export?
=================== progress update =================== i've made my first async function according to
Problem using maatwebsite/excel: C:\Users\<My user>\AppData\Local\Temp\laravel-excel-k5R8qyVIzkH8X0m5YwHyC2IOznrThvdk is an Invalid HTML file
I'm trying to make an excel export via maatwebsite/excel, but i keep getting the following error: c:\users\<my laravel project
Calendar.createEventAsync crashes on android only Expo
I'm trying to add an event to the device's calendar, on ios it works perfect but on android, the app crashes and i get this error.
Ad
Can't find a variable atob
Screen1.js import react,{useeffect} from 'react' import {view,text} from 'react-native' import * as firebase from 'firebase/app';
Is it possible to open IOS simulator while developing React-Native APP on Windows 10?
I am developing an application by using react-native. my operating system is windows 10. i want the application to be competible with both ios and
Blade to PDF passing variables
I have this blade view that retrieves data from a controller. so far, so good. now i need to export this view to a pdf, but can't pass any
”maatwebsite/excel 3.1“ how to filter the excel's title when import & export the excel
I want to import the excel to mysql this is my excel format enter image
In Node, why does 'require' assignment sometimes require curly brackets?
Running some tests through chai, i noticed the tests would fail under this code: const add = require('./addition'); //'add is not
What will export a JavaScript/Node.JS file?
I am following a nodejs tutorial that i saw the following code, that i can't understand what will this module export and what will someone get in
Pass a particular state in one component to another
I am working on an app that requires the user to take a picture, i have been able to work around a camera component, however i am lost as to how
How to use nested-subfloders routing in nodejs express application?
I am working on a node project using express. i have some folders in the routes folder which include several .js files having routes. i want to
problem with maatwebsite/excel and \DB::commit();
Im trying store some data in db, and immediately after i'm triying to download and excel file with that data. so i've notice that excel package
Python not creating csv file after parsing - using selenium and beautifulsoup
My code works in two parts opens browser with selenium and adds in the details to get results from a page parse
Why does the header icon load slowly in react-native?
I'm using both stack navigations and draw navigations at the same time. "react-navigation": "3.0.4"
Ad
Access this from another class React Native
I am currently factoring my code so as not to repeat the same lines x times, so i created a functions.js file which i use to call functions from
after successful installation of expo-cli. 'expo' is not recognized as an internal or external command
I installed yarn using conda install -c conda-forge yarn then i installed expo-cli using yarn yarn global add expo-cli.
How to add og tags to expo managed react native web app?
By default expo web build adds metadata description "a neat expo app" but not able to find any way to configure it?
Exporting the function which is inside an other function
When the server starts i'm invoking a function: server.listen(port, somefunction()); inside of that function, i
Is there a way to import from this node module with 'import' instead of 'require'?
I'm using this node module 'deep-equal' () and so far the only way i've been able to access the function in it is with var equal =
connection with dynamic database node.js using exports
I am getting the database name from front end when user logged in the system and i have to make the connection with that database for further
Can Cloud SQL be exported synchronously? Or how can failures be caught and retried if asynchronous?
Short summary cloud sql exports can sometimes fail. can i make the export requests behave synchronously so the failures are easy to
Converting Cypress file into a more appropriate format for exporting
I am struggling to put best practises into action, converting an existing file for cypress testing into a more appropriate format for exporting
Can't install permission_handler and file_picker because of cloud_firestore
I want to get data from firestore, put it into a list and enable to user to download data on phone in csv format by using app. i found two
How can I export my Firebase data in Excel Sheet using app?
I am making a form app. admin creates a form and then users can fill the form. questions and answers are saved to firebase firestore.
Can I export an app that I developed on Windows to an iphone?
I am building an app with react-native and i am also using expo. i am doing this in windows os and i wanted to know if there's a possibility for
Ad
Unable to resolve "./utils/batch" from "node_modules\react-redux\lib\index.js"
This error appears when i started using react redux, i tried every solution i found online but nothing changing react and react redux
How to remove a permission from an apk file?
I want to remove 'system_alert_window' from permissions. i created my apk file by expo-reactnative. so i don't have
Ad
Blog Categories
Ad