Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Releases: infinitered/reactotron-react-native

v5.0.3

29 Sep 21:59
Compare
Choose a tag to compare

5.0.3 (2022-09-29)

Bug Fixes

  • deps: Update react-native, react and flipper dependencies (#1042) (886bf0b)

v5.0.2

12 May 05:12
Compare
Choose a tag to compare

5.0.2 (2022-05-12)

Bug Fixes

v5.0.1

10 Dec 18:34
Compare
Choose a tag to compare

5.0.1 (2021-12-10)

Bug Fixes

v5.0.0

26 Mar 01:21
Compare
Choose a tag to compare

5.0.0 (2020-03-26)

Features

  • Add ability for Reactotron to communicate with Flipper

BREAKING CHANGES

The way communication is handled has changed with this release to add the ability to communicate with both Reactotron standalone and Reactotron in Flipper. The only API change is if you intend to use Reactotron in Flipper. If you do here are the steps that you need to take:

  1. Install at least this version of reactotron-react-native
  2. Install react-native-flipper
  3. Have Flipper configured in your app (react-native template does this starting in 0.62.0)
  4. pod install within the ios folder of your project
  5. Add the following to your standard reactotron config:
import ReactotronFlipper from 'reactotron-react-native/dist/flipper';

{...}

Reactotron.configure({
  createSocket: path => new ReactotronFlipper(path), // You can have the other options but this one at a minimum is required.
});

v5.0.0-beta.4

26 Mar 00:28
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

5.0.0-beta.4 (2020-03-26)

Bug Fixes

v5.0.0-beta.3

01 Mar 18:52
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2020-03-01)

Bug Fixes

  • Don't try and send via flipper if flipper isn't connected (fa568af)

v5.0.0-beta.2

29 Feb 02:35
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2020-02-29)

Bug Fixes

  • Resolve issue sending messages in FlipperConnection manager (acafc90)

v5.0.0-beta.1

29 Feb 01:43
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2020-02-29)

Features

  • Trying to get beta build working again. (a22be88)

BREAKING CHANGES

  • We are changing out how we communicate with both standalone Reactotron and adding the ability to communicate to Flipper. No API changes unless you want to use Flipper

v4.0.3

18 Jan 15:58
Compare
Choose a tag to compare

4.0.3 (2020-01-18)

Bug Fixes

  • deps: update dependency query-string to v6.10.1 (#198) (eabbf60)
  • deps: update dependency reactotron-core-client to v2.8.10 (#192) (d84a0e5)
  • deps: update dependency rn-host-detect to v1.2.0 (#195) (47b70bb)

v4.0.2

26 Sep 00:39
Compare
Choose a tag to compare

4.0.2 (2019-09-26)

Bug Fixes

  • deps: update dependency reactotron-core-client to v2.8.6 (#175) (58e7c66)