Skip to content

Commit

Permalink
React Native support (#1666)
Browse files Browse the repository at this point in the history
* Nialexsan/fcl js react native without packages (#1655)

* PKG -- [fcl-react-native] Initial commit

* OPS -- [fcl-bundle] skip resolving react

* PKG -- [flc-react-native] React Native blocto

* PKG -- [flc] import normalize helper

* VSN -- [fcl] - @onflow/fcl 1.4.0-alpha.6 -> 1.4.0-alpha.7

* VSN -- [fcl-bundle] - @onflow/fcl-bundle 1.3.0-alpha.0 -> 1.3.0-alpha.1

* VSN -- [fcl-react-native] - Fixed package versions

* VSN -- [root] - Updated lock

* PKG -- [fcl-react-native] Clearer error message

* PKG -- [fcl-react-native] Temporary remove package
changed approach

* PKG -- [transport-http] additional check for CustomEvent

* PKG -- [transport-grpc] additional check for CustomEvent

* OPS -- [config] skipLibCheck

* OPS -- [sdk] skipLibCheck

* OPS -- [fcl] skipLibCheck

* PKG -- [fcl] check for origin in serviceEndpoint

* PKG -- [fcl-react-native] react-native package

* PKG -- [fcl-react-native] fix ignored files

* PKG -- [fcl] revert import changes

* VSN -- [fcl] Updated sdk dependency

* PKG -- [fcl-bundle] Revert changes to bundler

* VSN -- [root] changeset

* PKG -- [fcl-react-native] fixed missing package

* PKG -- [fcl-react-native] Skip copying test

* VSN -- [root] Updated jest

* VSN -- [root] changeset for jest update

* Revert "PKG -- [fcl-bundle] Revert changes to bundler"

This reverts commit 663059f.

* VSN -- [fcl-bundle] Fixed version bump

* PKG -- [fcl-react-native] use browser to instead of webview

* PKG -- [fcl-react-native] removed unused file

* PKG -- [fcl-react-native] Fixed props

* PKG -- [fcl-js] conditional logic for react-native

* PKG -- [fcl-js] Removed unused files

* PKG -- [fcl-js] revert unnecessary check

* PKG -- [root] Updated utils package json

* PKG - [root] Fixed utils build

* PKG -- [fcl-js] Fixed import paths

* PKG -- [root] Placeholder tests

* regenerate lock

* package lock

* react native entry point

* fix bugs

* fix imports

* refactor package structure

* PKG -- [fcl] update lock

* VSN - [root] Removed changeset

* VSN - [root] Updated lock

---------

Co-authored-by: Jeffrey Doyle <jeffrey.doyle@dapperlabs.com>

* stub execLocal

* revert unnecessary changes

* revert changes

* PKG - [fcl] dialed down dependencies versions

* PKG -- [fcl] peer dependency react 17 and 18

* DOC -- [fcl] generate jsdocs

* PKG -- [fcl] fixed eslint

* PKG -- [typedefs] add provider type

* VSN -- [fcl] expand peer versions

* PKG -- [fcl] shared exports

* PKG -- [fcl] Removed unnecessary default config

* VSN -- [root] changeset

* VSN -- [root] Prerelease

* VSN -- [root] fix prerelease tag name

---------

Co-authored-by: Jeffrey Doyle <jeffrey.doyle@dapperlabs.com>
  • Loading branch information
nialexsan and JeffreyDoyle authored Jun 15, 2023
1 parent 6fbd10f commit 090963f
Show file tree
Hide file tree
Showing 32 changed files with 708 additions and 334 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-shrimps-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@onflow/fcl": minor
"@onflow/typedefs": patch
---

React Native support
25 changes: 25 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@onflow/config": "1.1.0",
"@onflow/fcl": "1.4.1",
"@onflow/fcl-bundle": "1.3.0",
"@onflow/fcl-wc": "2.0.0",
"@onflow/protobuf": "1.2.0",
"@onflow/rlp": "1.1.0",
"@onflow/sdk": "1.2.0",
"@onflow/transport-grpc": "1.2.0",
"@onflow/transport-http": "1.6.0",
"@onflow/typedefs": "1.1.0",
"@onflow/types": "1.1.0",
"@onflow/util-actor": "1.2.0",
"@onflow/util-address": "1.1.0",
"@onflow/util-encode-key": "1.1.0",
"@onflow/util-invariant": "1.1.0",
"@onflow/util-logger": "1.2.0",
"@onflow/util-template": "1.1.0",
"@onflow/util-uid": "1.1.0"
},
"changesets": []
}
Loading

0 comments on commit 090963f

Please sign in to comment.