Giter Club home page Giter Club logo

perfi's Introduction

Perfi

Open-source personal finance management app

GooglePlay AppStore

This project was bootstrapped with Create React Native App.

Available Scripts

Join the chat at https://gitter.im/JSSolutions/Perfi

npm start

Runs the app in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

npm start -- --reset-cache
# or
yarn start -- --reset-cache

npm run ios

Like npm start, but also attempts to open the app in the iOS Simulator if you're on a Mac and have it installed.

npm run android

Like npm start, but also attempts to open the app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup). We also recommend installing Genymotion as your Android emulator. Once you've finished setting up the native build environment, there are two options for making the right copy of adb available to Create React Native App:

Using Android Studio's adb

  1. Make sure that you can run adb from your terminal.
  2. Open Genymotion and navigate to Settings -> ADB. Select “Use custom Android SDK tools” and update with your Android SDK directory.

Using Genymotion's adb

  1. Find Genymotion’s copy of adb. On macOS for example, this is normally /Applications/Genymotion.app/Contents/MacOS/tools/.
  2. Add the Genymotion tools directory to your path (instructions for Mac, Linux, and Windows).
  3. Make sure that you can run adb from your terminal.

npm run eject

This will start the process of "ejecting" from Create React Native App's build scripts. You'll be asked a couple of questions about how you'd like to build your project.

Warning: Running eject is a permanent action (aside from whatever version control system you use). An ejected app will require you to have an Xcode and/or Android Studio environment set up.


Custom Software Development Company

perfi's People

Contributors

danilichev avatar daxialex avatar gitter-badger avatar kohut-andriy avatar maksym5248 avatar striletskyy avatar whitefox322 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

perfi's Issues

Unable to start the app

I am trying to start the application but I have stepped into several errors.
I have updated all the dependencies, changed settings, done many combinations with the versions (react-native, expo, etc) and still the app cannot start.
Has anyone managed to start the application the last 2-3 months and what's the configuration used?

remote debugging via chrome

Hi there,

I come from web based front end background. Wonder if expo+remote-redux-devtools can delivery the similar debugging experience.

E.G. I start up react native app and debug it via expo. Can I use chrome to check redux state like the way that I did with react web? my dev environment is win10.

It could be great if you can provide more details or references in steps. Much appreciated!

Cannot be run on Android

The famous Cannot Add a child that doesn't have a YogaNode to a parent with out a measure function error occurred after clicking on the Getting Started button.

[text: 0]

unable to install

16:05:53: (node:8348) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3087): UnableToResolveError: Unable to resolve module C:\Users\gbrau\git\Perfi\node_modules\remote-redux-devtools\node_modules\socketcluster-client\lib\sctransport.j\lib\ws-browser.js from C:\Users\gbrau\git\Perfi\node_modules\remote-redux-devtools\node_modules\socketcluster-client\lib\sctransport.js: Directory C:\Users\gbrau\git\Perfi\node_modules\remote-redux-devtools\node_modules\socketcluster-client\lib\sctransport.j\lib\ws-browser.js doesn't exist

Babel error

Building iOS bundle
ERROR
19:15
500 - "{"type":"TransformError","lineNumber":0,"errors":[{"description":"node_modules\\react-native-scripts\\build\\bin\\crna-entry.js: Plugin/Preset files are not allowed to export objects, only functions. In D:\\Desktop\\BA\\node_modules\\babel-preset-expo\\index.js","lineNumber":0}],"name":"SyntaxError","message":"node_modules\\react-native-scripts\\build\\bin\\crna-entry.js: Plugin/Preset files are not allowed to export objects, only functions. In D:\\Desktop\\BA\\node_modules\\babel-preset-expo\\index.js","stack":"Error: Plugin/Preset files are not allowed to export objects, only functions. In D:\\Desktop\\BA\\node_modules\\babel-preset-expo\\index.js\n at createDescriptor (D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-descriptors.js:178:11)\n at items.map (D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-descriptors.js:109:50)\n at Array.map ()\n at createDescriptors (D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-descriptors.js:109:29)\n at createPresetDescriptors (D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-descriptors.js:101:10)\n at presets (D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-descriptors.js:47:19)\n at mergeChainOpts (D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-chain.js:320:26)\n at D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-chain.js:283:7\n at mergeExtendsChain (D:\\Desktop\\BA\\node_modules\\@babel\\core\\lib\\config\\config-chain.js:299:21)"}"
ERROR
19:15
node_modules\react-native-scripts\build\bin\crna-entry.js: Plugin/Preset files are not allowed to export objects, only functions. In D:\Desktop\BA\node_modules\babel-preset-expo\index.js
ERROR
19:15
Building JavaScript bundle: error

Can't build the app

it shows error when i try to build it using expo build:android. I just want to add ₱ peso in the currency list thats why i want to build the app on my own. please help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.