Skip to content

Commit 2fbe3c0

Browse files
committed
fix website
1 parent cd695a3 commit 2fbe3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NativeModulesIOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Native Modules (iOS)
44
layout: docs
55
category: Guides
66
permalink: docs/nativemodulesios.html
7-
next: linking-libraries
7+
next: libraries
88
---
99

1010
Sometimes an app needs access to platform API, and React Native doesn't have a corresponding wrapper yet. Maybe you want to reuse some existing Objective-C or C++ code without having to reimplement it in JavaScript. Or write some high performance, multi-threaded code such as image processing, network stack, database or rendering.

0 commit comments

Comments
 (0)