javascript-obfuscator
javascript-obfuscator copied to clipboard
API ?
Hello,
I'd like to know whether https://obfuscator.io/ has an API so that I can send my code directly and have the site send it back to me with an obfuscated version.
I also started seeing the same warning this morning after upgrading to React Native 0.71.11
. For context, I'm not using Expo, and I'm using NativeBase 3.4.28
.
I'm also seeing the same error.
"native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
same here in ReactNative 0.71.8
and NativeBase3.4.28
After an update, the node module has the Same Warning occurs where I'm using react 18.2.0, ReactNative 0.71.8 , NativeBase 3.4.28, expo ~48.0.18
I have the same issue "native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
I have the same issue "native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
I just bootstrapped a new project with NativeBase with the same problem: "native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
I also faced the same problem
"native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
I also faced the same problem
"native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
I have the same problem and I'm working without expo.
"native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
I have the same problem and I'm working without expo.
"native-base": "^3.4.28", "react": "18.2.0", "react-native": "0.71.8",
Same issue here
"native-base": "^3.4.28", "react": "18.2.0" "react-native": "0.71.8",
Same issue here
"native-base": "^3.4.28", "react": "18.2.0" "react-native": "0.71.8",
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
Idem
Idem
+1
+1
+1
+1
+1
+1
+1
+1
I have the same problem, even with brand new app and only native base installed
I have the same problem, even with brand new app and only native base installed
+1 Incrementing the counter
+1 Incrementing the counter
+1
+1
Please how can one resolve this issue?
Please how can one resolve this issue?
NativeBaseProvider is using SSRProvider which is not required anymore. So maintainer will have to remove the SSRProvider in order to fix this issue
NativeBaseProvider is using SSRProvider which is not required anymore. So maintainer will have to remove the SSRProvider in order to fix this issue
@khanakia Can you do this and create a PR for NativeBase to merge?
NativeBaseProvider is using SSRProvider which is not required anymore. So maintainer will have to remove the SSRProvider in order to fix this issue
@khanakia Can you do this and create a PR for NativeBase to merge?
NativeBaseProvider is using SSRProvider which is not required anymore. So maintainer will have to remove the SSRProvider in order to fix this issue
@khanakia Can you do this and create a PR for NativeBase to merge?
I've created a PR for the issue.
PR: https://github.com/GeekyAnts/NativeBase/pull/5764
+1
+1
+1
+1
A working around until the oficial fix:
In your App.tsx or index.js
import { LogBox } from "react-native"
LogBox.ignoreLogs([
'In React 18, SSRProvider is not necessary and is a noop. You can remove it from your app.',
])
A working around until the oficial fix:
In your App.tsx or index.js
import { LogBox } from "react-native"
LogBox.ignoreLogs([
'In React 18, SSRProvider is not necessary and is a noop. You can remove it from your app.',
])