Skip to content

JscramblerBlog/SimpleFileTransfer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with karandpr/SimpleFileTransfer:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
App
 
 
 
 
 
 
 
 
 
 

SimpleFileTransfer

This is a sample project. To setup the server

  • Navigate to file-server folder.
  • run command npm install.
  • Setup database using npm run setup-database script.

The server will run at http://localhost:3000 .

Navigate to App folder .

In /src/service/config.ts replace API_URL with your URL of your computer. Usually http://IP:3000.

Run the project using

    tns run android

    tns run ios

For Android P devices , you will have to enable clear text traffic.

Navigate to /platforms/android/app/src/main/AndroidManifest.xml and add

    android:usesCleartextTraffic="true"

to the application tag.

Report issues here .

About

Sample project based on NativeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.4%
  • TypeScript 39.1%
  • HTML 16.5%
  • CSS 4.0%