Skip to content

Commit 4c79658

Browse files
committed
updated go-fula nad react-native
1 parent a4f3a8b commit 4c79658

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ dependencies {
9999
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
100100
//noinspection GradleDynamicVersion
101101
implementation "com.facebook.react:react-android:+"
102-
implementation 'com.github.functionland:fula-build-aar:v1.54.16' // From jitpack.io
103-
implementation 'com.github.functionland:wnfs-android:v1.8.1' // From jitpack.io
102+
implementation 'com.github.functionland:fula-build-aar:v1.55.0' // From jitpack.io
103+
implementation 'com.github.functionland:wnfs-android:v1.8.2' // From jitpack.io
104104
implementation 'commons-io:commons-io:20030203.000550'
105105
implementation 'commons-codec:commons-codec:1.15'
106106
// implementation files('mobile.aar')

example/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
const App = () => {
1212
const inprogress = false;
1313
const [newRootCid, setNewRootCid] = React.useState<string>('');
14-
const root_cid = '';
14+
const root_cid = 'bafyr4iejulnh5nbino7yygwpoezkbxldu7jxuzjmafpndzzl5vbixe6zoq';
1515
const seed =
1616
'0xb82cc245d889913ee01f48ad161ba8473cac9e516026488493ed20296721a2a5';
1717

@@ -51,7 +51,7 @@ const App = () => {
5151
console.log(err.message, err.code);
5252
});
5353
};
54-
//Key for peerId: 12D3KooWMMt4C3FKui14ai4r1VWwznRw6DoP5DcgTfzx2D5VZoWx
54+
//Key for peerId: 12D3KooWFi2PK36Rzi4Bmosj1np2t6i9v3QnbBiNY9hQWuJajnmZ
5555
const privateKey = [
5656
183, 7, 117, 9, 159, 132, 170, 235, 215, 34, 145, 181, 60, 207, 4, 27, 27,
5757
17, 17, 167, 100, 89, 157, 218, 73, 200, 183, 145, 104, 151, 204, 142, 241,
@@ -76,7 +76,7 @@ const App = () => {
7676
const initFula = async () => {
7777
try {
7878
return fula.init(
79-
privateKey_tower.toString(),
79+
privateKey.toString(),
8080
'',
8181
bloxAddr,
8282
'',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionland/react-native-fula",
3-
"version": "1.54.35",
3+
"version": "1.55.0",
44
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
55
"type": "module",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)