Skip to content

gautam-shetty/cyborg.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cyborg.io

Human-AI texting application.

Note: Current version is under Pre-alpha state.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Proper setup of React Native - Getting Started
  • Install Chocolatey Package Manager
    1. Run the cmd.exe with admin privilege
    2. Run the following command
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
  • Install Yarn for simple package management
choco install yarn

Now everthing is set to go . . .

Packages required

yarn add react-navigation

Authentication flows is embedded for safe data storage.

  • Firebase used for relative databse handling.
yarn add firebase
yarn add react-native-vector-icons

After installation edit android/app/build.gradle ( NOT android/build.gradle ) and add the following:

project.ext.vectoricons = [
    iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Name of the font files you want to copy
]

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
yarn add react-native-elements
  • Lodash tool for easy solutions.
yarn add lodash
yarn add @react-native-community/async-storage

Authors

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published