Skip to content

Commit

Permalink
Changing references to kamaal111
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamaal committed Jul 7, 2021
1 parent 530e6a9 commit 05fd66a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ An wrapper voor iOS UserDefaults
Using either Yarn:

```bash
yarn add @kamaal111/react-native-user-defaults
yarn add @tranzerdev/react-native-user-defaults
```

Or npm:

```bash
npm install @kamaal111/react-native-user-defaults
npm install @tranzerdev/react-native-user-defaults
```

### Link
Expand All @@ -39,13 +39,13 @@ $ cd ios && pod install
The following steps are only necessary if you are working with a version of React Native lower than 0.60:

```bash
$ react-native link @kamaal111/react-native-user-defaults
$ react-native link @tranzerdev/react-native-user-defaults
```

#### iOS

1. In Xcode in the project navigator, right click `Libraries` > `Add Files to [your project's name]`
2. Go to `node_modules` > `@kamaal111/react-native-user-defaults` and add `RNUserdefaults.xcodeproj`
2. Go to `node_modules` > `@tranzerdev/react-native-user-defaults` and add `RNUserdefaults.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNUserdefaults.a` to your project's `BuildPhases` > `Link Binary With Libraries`
4. Run your project (`cmd+R`)

Expand All @@ -55,10 +55,10 @@ Not needed because this packages is not implemented to be used for Android (yet!

## Usage

Import RNUserdefaults from `@kamaal111/react-native-user-defaults`:
Import RNUserdefaults from `@tranzerdev/react-native-user-defaults`:

```javascript
import RNUserdefaults from '@kamaal111/react-native-user-defaults';
import RNUserdefaults from '@tranzerdev/react-native-user-defaults';
```

### Set value in user defaults
Expand Down
2 changes: 1 addition & 1 deletion react-native-userdefaults.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => "10.0" }
s.source = { :git => "https://github.com/kamaal111/react-native-userdefaults.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/tranzerdev/react-native-userdefaults.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,swift}"

Expand Down

0 comments on commit 05fd66a

Please sign in to comment.