Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working with React Native 0.62 #112

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Dec 1, 2017

  1. Support CocoaPods

    ahizzle committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    95ae7b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    3ac4b76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from olegdizus/dont-override-process

    Don't override process if it defined
    olegdeezus authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    ea9927c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Pull info from app build.gradle if available

    Fixes android build errors on newer android API versions by pulling build.gradle vars like compileSdkVersion from the parent app if available
    phillbaker committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    5245161 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    6eed74b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Merge pull request #1 from olegdeezus/master

    Don't override process if it defined
    phillbaker authored Aug 9, 2019
    Configuration menu
    Copy the full SHA
    7a1fc5f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Merge pull request #2 from atvenu/master

    Support CocoaPods
    phillbaker authored Aug 10, 2019
    Configuration menu
    Copy the full SHA
    798737a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Update build.gradle

    add new android gradle directives
    Perspective[S] authored Sep 23, 2019
    Configuration menu
    Copy the full SHA
    39b067e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    393c836 View commit details
    Browse the repository at this point in the history
  2. Fix the global.process issue in TcpSocket.js while preserving debugging

    Fix the global.process issue in TcpSocket.js while preserving ability to debug with Chrome/vscode.
    Overwrites global.process in TcpSocket.js only when one of the following is true:
    
    global.process does not exist
    global.process does exist and global.process.nextTick does not exist.
    xploSEoF committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    5c22e37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e18e7d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Merge pull request #8 from eventengineering/bugfix/process-override

    Fix the global.process issue in TcpSocket.js while preserving debugging
    phillbaker authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    0d38301 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Merge pull request #7 from eventengineering/bugfix/interface-selection

    Allow listening to all interfaces instead of just localhost
    phillbaker authored Oct 6, 2019
    Configuration menu
    Copy the full SHA
    c29cf0f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    6a3b1bc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    e097e9c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Bump to use AndroidX

    chris-griffin authored and phillbaker committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    6e48b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c2b2a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Merge pull request #9 from eventengineering/bugfix/callback-queues

    Maintain callback queues accordingly
    aprock authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    356e18c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from SaferNodeJS/master

    Upgrade for Android API 29 , using gradle 6, react-native 0.61+, test…
    aprock authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    d803b5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from PerspectivesLab/master

    Update build.gradle
    aprock authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9044772 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Fix React Native 0.62 compatability

    Same fix as react-native-udp
    KDederichs committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    98fbc80 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    0de2f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge pull request #11 from KDederichs/RN0.62

    Fix React Native 0.62 compatability
    aprock authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ec3841f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. (fix) remove CocoaAsyncSocket deps

    Jade committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    025d373 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    c72dd71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be5f656 View commit details
    Browse the repository at this point in the history