Git Product home page Git Product logo

reactnative-sip's Introduction

  GitHub Profile Views   GitHub Follower Count

👋🏽 🌎 ❗

frustratred bitmoji me

Welcome to my Github profile! My name is Tariq, and I'm a full-stack software engineer living and working in Austin, TX.



🤓 My Github Stats

Note: these stats do not include contributions to private repositories, which I use frequently for work, teaching, etc.


🛠️ My Toolbox

Data Stores & Interfaces
MySQL   MongoDB   Redis   Redux

DevOps
GitHub   Docker   Vagrant   Jenkins

DevTools
Git   Composer   NPM

Editors & IDEs
Jetbrains IDEs   Visual Studio   vim

Frameworks
Laravel   Vue.js   React   Express.js   Foundation   jQuery

Hosting Providers
AWS   Heroku

Languages
Golang   JS   PHP   HTML5   SASS   CSS3   Java   Python

Server Admin & OS'
Apache   Nginx   Node.js   Ubuntu   Redhat

Target Platforms
Linux   Android   Apple

And last but not least, my browser of choice is:
Firefox

Note: each section is sorted from most experience to least; the sections themselves are in alphabetical order.

reactnative-sip's People

Contributors

datso avatar tariq86 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

reactnative-sip's Issues

Replace Deprecated BackAndroid

When initially running the application on an Android device, the following warning is shown:

Warning: BackAndroid is deprecated. Please use BackHandler instead.

As stated, the deprecated BackAndroid module needs to be removed, and replaced with the recommended BackHandler module.

Dialer Button Text Cut Off

The letters below the digits on the keypad screen are being cut off:

screenshot_20180501-125459_pjapp

It looks like some rounded corner styling is cutting the button content off.

Accounts & Settings Not Saving

When the app loads, you are always presented with an empty account list, so you manually have to re-enter your SIP credentials every time I re-open the app.

Working Example

Hi,
Please can you give a update working example of your project??
Thanks

Replace Deprecated Navigator

The main Navigator component provided by react-native has been fully deprecated and moved from react-native to react-native-deprecated-custom-components.

To fix this, we have to add the additional package import (in /app/containers/AppScreen.js):

import {Navigator} from 'react-native-deprecated-custom-components';

If this line is removed, and the module is imported from the base react-native library, the app will fail to load (at least when testing on my local emulator) and shows the following error:

Navigator is deprecated and has been removed from this package. It can now be installed and imported from react-native-deprecated-custom-components instead of react-native. Learn about alternative navigation solutions at http://facebook.github.io/react-native/docs/navigation.html

Instead of continuing to use the deprecated component, we should migrate to the currently-recommended navigation component(s) from the URL above.

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.