Socket
Socket
Sign inDemoInstall

@bee.js/react-native

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bee.js/react-native - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

BeeForm.js
import React, { useCallback } from 'react';
import { View, Text, Platform } from 'react-native';
import { Input, DropDown } from './components';
export default function BeeForm(props) {
const { View, TextInput, Text, Platform } = props
const model = props.model || {}

@@ -55,2 +56,3 @@ const i18n = props.i18n || ((word)=> word)

...field,
TextInput,
index: i,

@@ -57,0 +59,0 @@ type: type[0],

import React from 'react'
import { TextInput } from 'react-native'
import DatePicker from 'react-native-datepicker';

@@ -7,2 +6,4 @@

const TextInput = props.TextInput
var types = {

@@ -9,0 +10,0 @@ int: {

{
"name": "@bee.js/react-native",
"version": "0.0.10",
"version": "0.0.11",
"description": "Bee.js front-end for React Native",

@@ -13,3 +13,3 @@ "main": "index.js",

"react-input-color": "^4.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz"
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz"
},

@@ -16,0 +16,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc